{% block navigation %} {% endblock navigation %} {% if user.is_authenticated %} {# only show the warning header if the user is a super user. #} {% if user.is_superuser %}
{% endif %} {% endif %}
{% for message in messages %}
{{ message }}
{% endfor %} {% block content %} {% endblock content %}