{% load i18n %} {% if election.voting_has_started %} {% if not election.voting_has_stopped %}
{% if status_update_label %}
{{status_update_label}}
"{{status_update_message}}"

{% endif %} {% trans "You are logged in as" %} {{voter|safe}}


{% blocktrans %}If you cancel now, your ballot will NOT be recorded.
You can start the voting process over again, of course.{% endblocktrans %}

{% else %}

{% 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 %}