{% load i18n %} {% if election.voting_has_started %} {% if not election.voting_has_stopped %}
{% blocktrans %}If you cancel now, your ballot will NOT be recorded.
You can start the voting process over again, of course.{% endblocktrans %}
{% trans "voting has stopped, sorry." %}
{% endif %} {% else %}{% trans "voting has not yet begun, sorry." %}
{% endif %} {% if not election.voting_has_started or election.voting_has_stopped %}{% trans "Visit" %} {{election.name}} {% trans "for more info." %}
{% endif %}