{% extends "master.html" %} {% block title %} {{ super() }} {% endblock %} {%block head %} {% endblock %} {% block jscripts %} {{ super() }} {% endblock %} {%block tag %}admin{% endblock %} {% block content %}
Here below are presented all the candidates of the election {{ election.election_name }} from {{ election.election_year }}, regardless of wether they are valid candidates or not.
You may select one or more candidates using the checkbox in the first column of the table below and approve or deny them all using the buttons at the bottom.
{% if candidates %} {% else %}No candidates found for this election.
{% endif %} {% endblock %}