+ {% autoescape off %}
{% for message in user_messages %}
{{ message }}
{% endfor %} + {% endautoescape %} {% block admincontent %}{% endblock %}
+ {% if unsaved %}
+
@@ -98,6 +125,7 @@
+
+ {% endif %}
{% trans "Unpublished changes" %}
++ + {% trans "Items marked with this icon have unpublished changes." %} +
+{% trans "Basic settings" %}
-
@@ -74,22 +84,39 @@
{% 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 %}
- {% trans "Maintenance mode" %}
- {% trans "Flagged Posts" %} + {% comment %}
- {% trans "Moderation" %} {% endcomment %}