{% extends "site_base.html" %} {% load bootstrap_tags %} {% load compress %} {% load static %} {% load i18n %} {% load boxes_tags %} {% block head_title %}{% if applying %}{% trans "Apply for Financial Aid" %}{% else %}{% trans "Edit Financial Aid Application" %}{% endif %}{% endblock %} {% block body_id %}finaid_apply{% endblock %} {% block body %} {% box "finaid-apply" %} {% if form.errors %}
{% trans "There were errors in your form, please correct them and submit again." %}