- {% trans "Performance may be limited. Debugging should never be enabled on a production system" %}.
+
+
{% 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 }}
+
+
{% trans "Maintenance Mode" %}
+
+ {{ config.BANNER_MAINTENANCE|escape }}
+
{% endif %}
@@ -166,7 +170,7 @@ Blocks:
{% endblock %}
{# Bottom banner #}
{% if config.BANNER_BOTTOM %}
-
+
{{ config.BANNER_BOTTOM|safe }}
{% endif %}
@@ -175,7 +179,7 @@ Blocks:
{# /Page body #}
{# Page footer #}
-