{% extends "poll/create.html" %} {% load i18n static%} {% block title_poll %} {% endblock title_poll %} {% block content_poll %}
{% csrf_token %}

{% trans 'Are you sure you want to delete the subject' %} "{{poll.name}}"?

{% endblock content_poll %} {% block button_save %} {% endblock button_save %}