{% extends "site_base.html" %} {% block title %}{% firstof MODULE_SETTINGS_LABEL trans 'Settings' %} - {% endblock %} {% block messages %}{{ block.super }}{% endblock %} {% block top_bar %} {% if request.user.is_authenticated %} {% include ADMIN_MENU_APP_TEMPLATE_DROPDOWN %} {% if request.user.is_superuser %} {% if request.session.theme %} {% include "themes/theme_top.html" %} {% endif %} {% endif %} {% endif %} {% endblock %}