{% extends "admin/base_site.html" %} {% load i18n %} {% load static %} {% block content %}

{% trans "Do you really want to send these mails?" %}

{% if some_sent %}

{% trans "Some messages have already been sent! Do you really want to resend them?" %}

{% endif %}
{% csrf_token %} {% for id in ids %} {% endfor %}
{% csrf_token %}
{% endblock %}