{% extends "finaid/base.html" %} {% load bootstrap_tags %} {% load i18n %} {% block head_title %}{% trans "Send emails to applicants" %}{% endblock %} {% block body_id %}finaid_mail{% endblock %} {% block body %} Back to list of applications {% if form.errors %}

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

{% endif %}
{% csrf_token %} {% trans "Send emails to applicants" %}
{{ users|join:", " }}
{{ form|as_bootstrap }}

{% trans "(Use admin to add email templates.)" %}

{% endblock %}