{% extends "pylucid/css_anchor_div.html" %} {% block plugin_content %}
Poll

{{ poll.question }}

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