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

Are you sure you want to delete "{{ object }}"?

{% include 'polls/partial/navigation.html' %}
{% endblock %}