{% 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 %}
Η ψηφοφορία θα ξεκινήσει στις {{ election.voting_starts_at }}
{% endif %} {% else %} {% if not election.tallied %} {% if election.tallying_started_at %} Η διαδικασία μείξης έχει ξεκινήσει. Παρακαλούμε ανανεώστε τη σελίδα ανα τακτά χρονικά διαστήματα μέχρι να ολοκληρωθεί η διαδικασία. {% else %} {% if election.num_cast_votes %} Κλείσιμο κάλπηςΣειρά επιλογής | Ψήφοι |
---|---|
{{ q }} | {{ b }} |
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 %} {% endif %} {% endblock %}