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