{% extends "events/base.html" %} {% load event_tags %} {% load perm_tags %} {% load styled_forms %} {% block title %}{{ block.super }}{% trans "Add" %}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %}

{% trans "Email to Event Registrants" %}

{% csrf_token %}

{% trans "Event Title: " %}{{ event.title }}

{{ form.payment_status }}

{{ form.subject.label }}:

{{ form.subject }}

{{ form.sender_display.label }}:

{{ form.sender_display }}

{{ form.reply_to.label }}:

{{ form.reply_to }}

{{ form.body.label }}:

{{ form.body }} {{ form.body.help_text|safe }}
{% trans "For security a footer will be automatically appended indicating the sender (you!) as well as logging a security event to prevent abuse of the system" %}.
{% trans "This message will be sent IMMEDIATELY. DO NOT HIT REFRESH!" %}
{% endblock %} {% block extra_body %} {{ block.super }} {{ form.media }} {% endblock %}