{{ poll.question }}

{% if poll.result %} {% include 'chart.html' %} {% endif %} {% if user.is_authenticated and answer %}
{% csrf_token %} {% for field in answer %} {{ field }} {% endfor %}
{% endif %}