{% for src in js %} {% endfor %} {% for src in css %}
{% endfor %}
{% include "header.html" %} {% include navigation %}
Create new exercise
Name
Creation time
UUID
{% if admin %}
Trainer
{% endif %}
{% for ex in ex_list %}
{{ ex[ 'name' ] }}
{{ ex[ 'creationtime' ] }}
{{ ex[ 'uuid' ] }}
{% if admin %}
{{ ex[ 'username' ] }}
{% endif %}
Edit
{% endfor %}