{% extends "admin/base.html" %}
{% load i18n theme_static themes static%}
{% block extrastyle %}
{% if not is_popup and is_nav_sidebar_enabled %}
{% endif %}
{% endblock %}
{% block userlinks %}
{% get_theme_context %}
{% if not static_theme %}
/ Change theme /
{% endif %}
{{ block.super }}
{% endblock %}