{% autoescape off %}
{% for message in user_messages %}
@@ -52,7 +52,9 @@
{% endautoescape %}
{% block admincontent %}{% endblock %}
- {% if not hide_menu %}
+ {% if hide_navigation %}
+
+ {% else %}
{% if unsaved %}
@@ -129,8 +131,8 @@
- {% trans "Maintenance mode" %}
- {% trans "Flagged Posts" %} - {% for name,tool in tools.items %} -
- {{ tool.label }} + {% for name,tool in tools %} +
- {{ tool }} {% endfor %}