{% extends 'polls/base.html' %} {% block content %} {{ block.super }}
Add a Poll
{% for object in object_list %}

{{ object.question }}

{% include 'polls/partial/navigation.html' %}
{% endfor %}
Add a Poll
{% endblock %}