{% autoescape off %}
                {% for message in user_messages %}
                    
            {% if hide_navigation %}
            {% else %}
            {{ message }}
{% endfor %} {% endautoescape %} {% block admincontent %}{% endblock %}
                {% if unsaved %}
                
                    
                {% endif %}
                
                    
                
                    
                
                    
                
                    
                
                    
                
                    
            
            {% endif %}
        {% trans "Unpublished changes" %}
                         {% trans "Items marked with this icon have unpublished changes." %}
                        {% trans "Items marked with this icon have unpublished changes." %}
                    
{% trans "Basic settings" %}
{% trans "Workflow settings" %}
{% 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 %} {% endif %}
- 
                            {{ allsets.headandfoot.title }}
                            {% if "headandfoot"|contained_in:unsaved %} {% endif %} {% endif %}
- 
                            {{ allsets.head.title }}
                            {% if "head"|contained_in:unsaved %} {% endif %} {% endif %}
{% trans "Other settings" %}
- 
                    {% for set in othersets %}
                        
- 
                            {{ set.title }}
                            {% if set.name|contained_in:unsaved %} {% endif %}
                         
                    {% endfor %} {% endif %}
                         
                    {% endfor %}
{% trans "Tools" %}
- {% trans "Maintenance mode" %}
- {% trans "Flagged Posts" %} {% for name,tool in tools %}
- {{ tool }} {% endfor %}