{% for src in js %} {% endfor %} {% for src in css %}
{% endfor %}
{% include "header.html" %} {% include navigation %}
Detection technic
{% for dt in all_detection_technics %}
{{ dt[ 'name' ] }}
{% endfor %}
Surface
{% for s in surfaces %}
{{ s[ 'name' ] }}
{% endfor %}
Position
{% for pfsp in all_pfsp %}
{{ pfsp[ 'desc' ] }}
{% endfor %}
Notes
{% for mark in marks %}
Name
Mark {{ mark[ 'id' ] }}
UUID
{{ mark[ 'uuid' ] }}
Position
Surface
-
Detection technic
-
Notes
{{ mark[ 'note' ] | default( "-", true ) }}
{% endfor %}