{% extends "site_base.html" %} {% load bootstrap_tags %} {% load i18n %} {% block head_title %} {% if from_speaker or request.user.is_staff %} {% trans "Send emails to attendees" %} {% else %} {% trans "Send emails to instructors" %} {% endif %} {% endblock %} {% block body_id %}finaid_mail{% endblock %} {% block body %}

{% trans "Back to presentation details" %}

{% if form.errors %}

{% trans "There were errors in your form, please correct them and submit again." %}

{% endif %}
{% csrf_token %} {% if from_speaker or request.user.is_staff %} {% trans "Send emails to attendees" %} {% else %} {% trans "Send emails to instructors" %} {% endif %}
{{ users|join:", " }}
{{ form|as_bootstrap }}
{% endblock %}