+ {% autoescape off %}
+ {% for message in user_messages %}
+
{{ message }}
+ {% endfor %} + {% endautoescape %} {% block admincontent %}{% endblock %}
+ {% if unsaved %}
+
- {% comment %}
+
+ {% endif %}
{% trans "Unpublished changes" %}
+
+
+ {% trans "Items marked with this icon have unpublished changes." %}
+
{% trans "Basic settings" %}
-
@@ -69,35 +84,54 @@
{% trans "Forum settings" %}
{% trans "Static content" %}
-
+
- {% trans "Custom Pages" %}
- {{ allsets.about.title }}
- {{ allsets.faq.title }}
- {{ allsets.sidebar.title }} +
-
+ {{ allsets.css.title }}
+ {% if "css"|contained_in:unsaved %}
{% endif %} +
+ -
+ {{ allsets.headandfoot.title }}
+ {% if "headandfoot"|contained_in:unsaved %}
{% endif %} +
+ -
+ {{ allsets.head.title }}
+ {% if "head"|contained_in:unsaved %}
{% endif %} +
{% trans "Other settings" %}
-
{% for set in othersets %}
-
- {{ set.title }} +
-
+ {{ set.title }}
+ {% if set.name|contained_in:unsaved %}
{% endif %} +
{% endfor %}
+
{% endcomment %}
+
{% trans "Tools" %}
-
-
- {% trans "Statistics" %} +
- {% trans "Maintenance mode" %} +
- {% trans "Flagged Posts" %} + {% comment %}
- {% trans "Moderation" %} {% endcomment %}