{% extends "allocation/admin1.html" %} {% load i18n admin_urls static admin_list %} {% block breadcrumbs %} {% endblock %} {% block content %} {% if applicant.institute.name == request.user.username %}

Name: {{ applicant.name }}

Rank: {{ applicant.rank }}

Allotted Choice: {% for choice in applicant.alloted_choice.all %} {{choice}} {% endfor %} {% else %} Unauthorised access {% endif %} {% endblock %}