{% extends 'polls/base.html' %} {% load poll_tags %} {% block content %}
{% poll_form form.instance request %} {% if form.instance.pk %} {% with object=form.instance %} {% include 'polls/partial/navigation.html' %} {% endwith %} {% endif %}
{% endblock %}