- {{ config.BANNER_TOP|safe }}
+ {% if settings.DEBUG and not settings.DEVELOPER %}
+
+ {% trans "Debug mode is enabled" %}.
+ {% trans "Performance may be limited. Debugging should never be enabled on a production system" %}.
+
+ {% endif %}
+
+ {% if config.MAINTENANCE_MODE and config.BANNER_MAINTENANCE %}
+
+
{% trans "Maintenance Mode" %}
+ {{ config.BANNER_MAINTENANCE|escape }}
+
+ {% endif %}
+
+ {% block header %}
+
+
+ {# Title #}
+
+
{% block title %}{% endblock title %}
+ {% block subtitle %}{% endblock %}
- {% endif %}
- {% if settings.DEBUG and not settings.DEVELOPER %}
-
- {% trans "Debug mode is enabled" %}.
- {% trans "Performance may be limited. Debugging should never be enabled on a production system" %}.
+ {# Controls #}
+
+ {% block controls %}{% endblock controls %}
- {% endif %}
- {% if config.MAINTENANCE_MODE and config.BANNER_MAINTENANCE %}
-