{% extends "site_base.html" %} {% load account_tags %} {% load bootstrap_tags %} {% load compress %} {% load i18n %} {% load static %} {% block head_title %}{% trans "Financial Aid Application Message" %}{% endblock %} {% block body_id %}finaid_message{% endblock %} {% block page_title %}{% trans "Financial Aid Application Message" %}{% endblock %} {% block body %}

{% trans "Back to list of applications" %}

{% trans "Leave a Message" %}

{% trans "You can leave a message for the applicants and other reviewers here." %}

{% trans "Selected applicants" %}

{% csrf_token %}
{{ form|as_bootstrap }}
{% endblock body %}