{% 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 'No new notification.' %}