{% extends "admin/change_list.html" %} {% load i18n %} {% block object-tools-items %} {{ block.super }} {% if request.get_full_path == "/admin/allocation/choice/" %}
  • {% csrf_token %}
  • {% endif %} {% if request.get_full_path == "/admin/allocation/applicant/" %}
  • {% csrf_token %}
  • {% endif %} {% endblock %}