{% extends "base-wide.html" %} {% block title %}{% firstof MODULE_STAFF_LABEL_PLURAL trans 'Staff' %}{% endblock %} {% block extra_body %}{{ block.super }}{% endblock %} {% block top_bar %} {% if request.user.is_authenticated %} {% include "staff/top_nav.html" %} {% if request.user.is_superuser %} {% if request.session.theme %} {% include "themes/theme_top.html" %} {% endif %} {% endif %} {% endif %} {% endblock %}