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

{{poll.question}}

{% if poll.votable %}
{% csrf_token %} {% for choice in poll.choice_set.all %} {% endfor %}
{% else %} {% endif %} {% endblock %}