+ {% autoescape off %}
{% for message in user_messages %}
{{ message }}
{% endfor %} + {% endautoescape %} {% block admincontent %}{% endblock %}
+ {% if unsaved %}
+
+
+ {% endif %}
{% trans "Unpublished changes" %}
++ + {% trans "Items marked with this icon have unpublished changes." %} +
+{% trans "Basic settings" %}
-
@@ -80,16 +90,32 @@
- {% 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 %} +
- {{ set.title }} +
- + {{ set.title }} + {% if set.name|contained_in:unsaved %}{% endif %} + {% endfor %}
- {% trans "Flagged Posts" %} + {% comment %}
- {% trans "Moderation" %} {% endcomment %}
{% trans "Static content" %}
-
+
{% trans "Other settings" %}
-
{% for set in othersets %}
-