+ {% 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" %}
-
@@ -75,25 +91,42 @@
- {% trans "Custom Pages" %}
- {{ allsets.about.title }}
- {{ allsets.faq.title }}
- {{ allsets.sidebar.title }} +
-
+ {{ allsets.css.title }}
+ {% if "css" in unsaved %}
{% endif %} +
+ -
+ {{ allsets.headandfoot.title }}
+ {% if "headandfoot" in unsaved %}
{% endif %} +
+ -
+ {{ allsets.head.title }}
+ {% if "head" in unsaved %}
{% endif %} +
- {{ set.title }} +
-
+ {{ set.title }}
+ {% if set.name in unsaved %}
{% endif %} +
{% endfor %}
{% trans "Static content" %}
-
+
{% trans "Other settings" %}
-
{% for set in othersets %}
-
+
{% endcomment %}
+