{% extends 'atlas/base.html' %} {% block navigation %} {{block.super}} {% if collection %} {% include "atlas/collection_headers.html" %} {% endif %} {% comment %} Collection: {{collection.name}}-> Overview / Mark / Scores / Candidates
Edit \ Delete {% if request.user.is_superuser %} \ Admin Edit {% endif %}
{% endcomment %} {% endblock %}