{% extends "allocation/admin1.html" %} {% load i18n admin_urls static admin_list %} {% block breadcrumbs %}
{% endblock %} {% block content %} {% if choice.institute.name == request.user.username %}Choice name: {{ choice.choice_name }}
Capacity: {{ choice.capacity }}
Seats Filled: {{ choice.seats_filled }}
List of Applicants who have been allocated {{ choice.choice_name }} choice:
Name | Rank |
---|---|
{{ applicant.name }} | {{ applicant.rank }} |