{% extends "election_page.html" %} {% block title %}{{election.name}}: Υποψήφιοι{% endblock %} {% block tabs_menu %} {% include "_election_view_menu.html" %} {% endblock %} {% block content %} {% if admin_p and not election.frozen_at %}

Ανανεώστε την λίστα υποψηφίων και πατήστε αποθήκευση.

{% for cand in candidates %}
{% endfor %} {% for i in empty_inputs %}
{% endfor %}
{% endif %} {% if not admin_p or election.tallied %}
    {% for a in election.questions.0.answers %}
  1. {{ a }}
  2. {% empty %}
  3. Δεν έχουν προστεθεί υποψήφιοι
  4. {% endfor %}
{% endif %} {% endblock %}