{% extends "finaid/base.html" %} {% block body_id %}application_list{% endblock %} {% load compress %} {% load i18n %} {% block body %}

Review financial aid applications

Use Search to filter by applicant or status. Click column headers to sort.

{% csrf_token %} {% for application in applications %} {% endfor %}
Applicant Status Last updated Notes Sum
{{ application.user.last_name }}, {{ application.user.first_name }} {{ application.get_status_display }} {{ application.get_last_update }} {{ application.messages.all|length }} {{ application.review.sum }}
{% compress js %} {% endcompress %} {% endblock %}