{% extends "./base.html" %} {% load static i18n %} {% block title %}{{ title }} | {{ site_title }}{% endblock %} {% block extrastyle %} {{ block.super }} {% if OPENWISP_ADMIN_THEME_LINKS %} {% for link in OPENWISP_ADMIN_THEME_LINKS %} {% endfor %} {% else %} {% endif %} {% endblock %} {% block menu-bar %}

{{ site_header }}

{% endblock %} {% block user-tools %}
{% endblock %} {% block menu %}{% include "./menu.html" %}{% endblock %} {% block footer %}
{% comment %} we need to put the JS here otherwise if we put it in extrahead it will be loaded before jQuery is loaded {% endcomment %} {% if user.is_authenticated and user.is_staff %} {% endif %} {% if OPENWISP_ADMIN_THEME_JS %} {% for js in OPENWISP_ADMIN_THEME_JS %} {% endfor %} {% endif %} {% endblock %}