{% autoescape false %} {{ app_files }} {% endautoescape %}
{% include "header.html" %} {% include navigation %}
Create new exercise
Name
Creation time
UUID
Marks
{% if admin %}
Trainer
{% endif %}
{% for ex in ex_list %}
{{ ex[ 'name' ] }}
{{ ex[ 'creationtime' ] }}
{{ ex[ 'uuid' ] }}
0
{% if admin %}
{{ ex[ 'username' ] }}
{% endif %}
Rename
Show
Users
{% endfor %}