{% extends "election_page.html" %} {% block page_css %}election-page{% endblock %} {% block extra_title %} {% if admin_p %} Επεξεργασία {% if election.completed %} {% endif %} {% endif %} {% endblock %} {% block tabs_menu %} {% include "_election_view_menu.html" %} {% endblock %} {% block content %} {% if election.voting_has_started %} {% endif %} {% if admin_p %} {% if election.result %} {% else %} {% if not election.frozen_at %}
Ακολουθήστε τα παρακάτω βήματα για την ολοκλήρωση της ψηφοφορίας
{% if election.issues_before_freeze %} {% else %} Άνοιγμα ψηφοφορίας

Η ψηφοφορία θα ξεκινήσει στις {{ election.voting_starts_at }}

{% endif %} {% else %} {% if not election.tallied %} {% if election.tallying_started_at %} Η διαδικασία μείξης έχει ξεκινήσει. Παρακαλούμε ανανεώστε τη σελίδα ανα τακτά χρονικά διαστήματα μέχρι να ολοκληρωθεί η διαδικασία. {% else %} {% if election.num_cast_votes %} Κλείσιμο κάλπης
{% else %} Κλείσιμο κάλπης
{% endif %} {% endif %} {% else %} {% if election.ready_for_decryption_combination %} {% if election.num_trustees == 1 %} release results {% else %} Υπολογισμός αποτελέσματος {% endif %}
{% if election.num_trustees == 1 %} The result is released and all voters are notified. {% else %} {% endif %} {% else %} Τα μέλη της εφορευτικής επιτροπής πρέπει να αποκρυπτογραφήσουν τα αποτελέσματα {% endif %} {% endif %} {% endif %} {% endif %}

{% endif %} {% if election.result %}
Η ψηφοφορία έχει ολοκληρωθεί

Αποτελέσματα

{% for q,b in election.pretty_result.items %} {% endfor %}
Σειρά επιλογής Ψήφοι
{{ q }} {{ b }}
{% else %} {% if election.voting_has_stopped %} Η ψηφοφορία έχει κλείσει.
{% else %} {% if election.voting_has_started and not admin_p %} Συμμετοχή στην ψηφοφορία

{% if election.voting_extended_until %} This {{election.election_type}} was initially scheduled to end at {{election.voting_ends_at}},
but has been extended until {{ election.voting_extended_until }} (UTC). {% else %} {% if election.voting_ends_at %}
Η ψηφοφορία θα ολοκληρωθεί στις {{election.voting_ends_at}}. {% else %} This {{election.election_type}} ends at the administrator's discretion. {% endif %}
{% endif %} {% else %} {% if not admin_p %} Η ψηφοφορία ανοίγει στις {{ election.voting_starts_at}} {% endif %}

{% endif %} {% if user %} {% if voter %}

You are registered to vote in this {{election.election_type}}. {% if election.use_voter_aliases %} Your voter alias is {{voter.alias}}. {% endif %}

{% else %} {% endif %} {% endif %} {% endif %} {% endif %} {% if 0 %}
Audit Info
{% endif %} {% endblock %}