{% for href, caption in [('/competition', 'Competition'),
('/task', 'Task'),
('/submission', 'Submission'),
('/coursematerial', 'Coursematerial'),
]:
%}
{%- if href[1:] == act -%}
- {% else %}
- {% endif %}{{ caption }}
{% endfor %}
- DE
- EN
{% block body %}{% endblock %}
{% include "footer.html" %}