{% extends "admin/base_site.html" %} {% load i18n static notification_tags %} {% block extrastyle %} {{ block.super }} {% if request|should_load_notifications_widget %} {% endif %} {% endblock extrastyle %} {% block extrahead %} {{ block.super }} {% if request|should_load_notifications_widget and not media.js and 'jquery' not in block.super %} {% endif %} {% endblock %} {% block user-tools %} {{ block.super }} {% if request|should_load_notifications_widget %} {% csrf_token %}
{% trans 'Mark all as read' %} {% trans 'Notification Preferences' %}

{% trans 'No new notification.' %}

{% endif %} {% endblock %} {% block footer %} {{ block.super }} {% if request|should_load_notifications_widget %}
×

{% endif %} {% endblock footer %}