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

{% endif %} You are logged in as {{voter.display_html_big|safe}}


You can cast as many ballots as you want.
Only the last one counts.


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

{% else %}

voting has stopped, sorry.

{% endif %} {% else %}

voting has not yet begun, sorry.

{% endif %}