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

{% trans 'Send Email' %}

{% blocktrans trimmed %} An email message will be sent to the following email addresses: {% endblocktrans %}

{% blocktrans trimmed %} Specify the email content you wish to send: {% endblocktrans %}

{% csrf_token %} {{ form.as_p }}
{% endblock %}