{% load i18n %}
{% blocktrans %}Vote {{initiative.end_of_this_phase | timeuntil}} Pending {% endblocktrans %}
{% if vote %}

{% trans "Thank you, your Vote was registered!" %}

{% include "fragments/participation.html" with closed=0 %} {% csrf_token %}
{% if vote.nay_survey_options and not vote.in_favor and not vote.abstained and not vote.reason %}

{% trans "Would you like to inform the Initiator(s) about your reason for voting against?" %}

{% csrf_token %}

{% trans "The Initiative... " %}

    {% for r in vote.nay_survey_options %}
  • {% endfor %}
{% csrf_token %}
{% endif %} {% else %}

{% trans "Do you want to vote for this Initiative?" %}

{% csrf_token %} {% if initiative.allows_abstention %}
{% else %}
{% endif %}
{% endif %}