{% load i18n %} {% if poll %}
{% csrf_token %} {% if next %}{% endif %} {% include "spirit/_form.html" %} {% trans "edit" %} {% if poll.is_closed %} {% trans "open" %} {% else %} {% trans "close" %} {% endif %}
{% endif %}