{% extends "allocation/admin1.html" %} {% load i18n admin_urls static admin_list %} {% block breadcrumbs %} {% endblock %} {% block content %}

Choice List

{% if choice_list %} {% else %}
  • For uploading choices

    {% csrf_token %}
  • There are no choices available.

    {% endif %} {% endblock %}