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

{{ choice.choice_name }}

Capacity: {{ choice.capacity }}

{% else %} Unauthorised access {% endif %} {% endblock %}