{% if request.user.is_authenticated %} {% if request.impersonated %}{% include "impersonation.html" %}{% endif %} {% block javascript %}{% endblock %} {% include "gui/navigation.html" %} {% block javascript2 %}{% endblock %} {% endif %}
{% include "gui/messages.html" %}
{% block base_nav %}{% endblock %}
{% block base_content %}{% endblock %} {% if request.user.is_authenticated %}
{% include "gui/tasklog/tasklog_cached.html" %}
{% endif %}
{% if DEBUG.sql %}{% include "debug.html" %}{% endif %} {% if ANALYTICS %}{% include "ga.html" %}{% endif %}