{% if election.is_open_for_user %}
  • {{ election.name }}

    {{ election.user_state }}

    {{ election.user_pretty_state }}
    {% if election.packet_exists %}
    {% if election.packet_is_ready %} Download the Packet {% else %}

    The packet is not yet available

    {% endif %}
    {% endif %}
  • {% else %}
  • {{ election.name }}

    {% if not user.is_authenticated %}

    You must be logged in to access this election

    {% elif election.is_nominating %}

    You do not have nominating rights

    {% elif election.is_voting %}

    You do not have voting rights

    {% else %}

    This election is not available to you

    {% endif %}
    {{ election.user_pretty_state }}
  • {% endif %}