{% extends 'polls/base.html' %} {% block content %}

{{ poll.question }}

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