{% if election.is_open_for_user %}
{{ election.user_state }}
The packet is not yet available
{% endif %}You must be logged in to access this election
{% elif election.is_pre_nominating %}Nominations have not yet opened
{% elif election.is_nominating %}You do not have nominating rights
{% elif election.is_pre_voting %}Voting has not yet opened
{% elif election.is_voting %}You do not have voting rights
{% else %}This election is not available to you
{% endif %}