{% extends "spirit/_base.html" %} {% load i18n %} {% block title %}{% trans "Poll close or open" %}{% endblock %} {% block content %}

{% if poll.is_closed %} {% trans "Are you sure you want to open this poll" %} {% else %} {% trans "Are you sure you want to close this poll" %} {% endif %}

{% csrf_token %}
{% endblock %}