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