{% extends "admin/base.html" %} {% load i18n %} {% block page_title %}{% endblock %} {% block extra_header %} {% endblock %} {% block content %}

{% trans 'Notification: ' %}{{ notification.subject }}

{% trans 'Sent: ' %}{{ notification.creation_date|date }}

{% trans 'Total recipients: ' %}{{ notification.all_recipients|length }}

{% trans 'Total hits: ' %}{{ total_hits }}

{% endblock %}