{% for src in js %} {% endfor %} {% for src in css %}
{% endfor %}
{% include "header.html" %} {% include navigation %}
Toggle view
{% for ex in all_exercises_list %}
{{ ex[ 'name' ] }} ({{ ex[ 'creationtime' ] }})
{% endfor %}
{% for mark in marks %}
Name
Mark {{ mark[ 'id' ] }}
UUID
{{ mark[ 'uuid' ] }}
Donor
{{ mark[ 'username' ] }}
Position
General pattern
Surface
-
Detection technic
-
Notes
{{ mark[ 'note' ] | default( "-", true ) }}
{% endfor %}