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

{% trans 'No new notification.' %}

{% endblock %} {% block footer %}
×

{{ block.super }} {% if request.user.is_authenticated %} {% endif %} {% endblock footer %}