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

{% endif %}

Verifying and Casting your ballot
{% else %}

voting has stopped, sorry.

{% endif %} {% else %}

voting has not yet begun, sorry.

{% endif %}