{% extends "admin/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 branding %}

{{ site_header }}

{% endblock %} {% block welcome-msg %} {% firstof user.get_short_name user.get_username %} {% endblock %} {% block userlinks %} {% if show_userlinks_block %} {{ block.super }} {% endif %} {% endblock %} {% block nav-global %} {% 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 has_permission %} {% endif %} {% if OPENWISP_ADMIN_THEME_JS %} {% for js in OPENWISP_ADMIN_THEME_JS %} {% endfor %} {% endif %} {% endblock %}