{% 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: {{ applicant.alloted_choice }} {% else %} Unauthorised access {% endif %} {% endblock %}