{% extends "admin/base_site.html" %} {% load i18n static notification_tags %} {% block extrastyle %} {{ block.super }} {% endblock extrastyle %} {% block extrahead %} {{ block.super }} {% if not media.js %} {% endif %} {% endblock %} {% block userlinks %}
{% unread_notifications %}
{% csrf_token %} {% notification_toast %} {% notification_widget %} {% endblock %} {% block footer %} {{ block.super }} {% if request.user.is_authenticated %} {% endif %} {% endblock footer %}