{% load i18n tz %}{% load compress %} {% block title %}Danube Cloud{% endblock %} {% compress css %} {% for stylesheet in THIRD_PARTY_CSS %} {% endfor %} {% endcompress %} {% compress js %} {% endcompress %} {% if request.user.is_authenticated %} {% compress js %} {% for jslib in THIRD_PARTY_JS %} {% endfor %} {% endcompress %} {% endif %} {% block head %}{% endblock %}
{% trans "We’re sorry, but you are using an unsupported browser. You may experience unexpected errors and limited functionality." %}
{% spaceless %} {% endspaceless %}
{% 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 %}