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

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

Verifying and Casting your ballot
{% else %}

voting has stopped, sorry.

{% endif %} {% else %}

voting has not yet begun, sorry.

{% endif %}