{% extends "admin.html" %} {% load url from future %} {% block headtitle %}Elections - {% endblock %} {% block elections_active %} class="active" {% endblock %} {% block content %}
| Name | URL | Dates | |||||||
|---|---|---|---|---|---|---|---|---|---|
| {{ election }} | {% url 'elections_election' election.slug %} | Registration: {{ election.election_registration_starts }} to {{ election.election_registration_ends }} Election: {{ election.election_starts }} to {{ election.election_ends }} |
Positions ({{ election.get_positions.count}}) | Candidates ({{ election.get_candidates.count}}) | Votes |
|
|||
There are no enabled elections.
{% endif %} {% if disabled_elections %}| Name | URL | Dates | |||||||
|---|---|---|---|---|---|---|---|---|---|
| {{ election }} | {% url 'elections_election' election.slug %} | Registration: {{ election.election_registration_starts }} to {{ election.election_registration_ends }} Election: {{ election.election_starts }} to {{ election.election_ends }} |
Positions ({{ election.get_positions.count}}) | Candidates ({{ election.get_candidates.count}}) | Votes |
|
|||