{% extends "base.html" %} {% block content %}

{{ poll.title }}

{% csrf_token %}
{% for choice in poll.choice_set.all %} {% endfor %}
{% endblock %}