{% extends "./base.html" %} {% block content %}
{% csrf_token %} {{ form.choice.label }} {{ form.choice }}
{% endblock %}