{% extends 'finaid/base.html' %} {% load i18n %} {% load bootstrap_tags %} {% block body %}
{% csrf_token %}

{% trans "If you want to request more aid than was offered, please provide an explanation and details of the increased request." %}

{{ form|as_bootstrap }}
{% trans "Cancel" %}
{% endblock body %}