{% load humanize %} {% for object in object_list %} {% if object.number_of_applicants %} {% endif %} {% endfor %}
Year Applicants Admitted Enrolled
{{ object.year }} {{ object.number_of_applicants|intcomma }} {{ object.number_admitted|intcomma }} ({{ object.percent_of_applicants_admitted }}%) {{ object.number_admitted_who_enrolled|intcomma }} ({{ object.percent_of_admitted_who_enrolled }}%)