{% extends "admin.html" %} {% load url from future %} {% block headtitle %}Elections - {% endblock %} {% block elections_active %} class="active" {% endblock %} {% block content %}
| Name | Order | Num Votes | ||
|---|---|---|---|---|
| {{ election_position.name }} | {{ election_position.order }} | {{ election_position.num_votes }} | ||
There are no election positions.
{% endif %}