{% extends "master.html" %} {% block title %} {{ super() }} {% endblock %} {%block head %} {% endblock %} {%block tag %}elections{% endblock %} {% block content %}
Below is a list of candidates for this election.
Click on the picture to get a larger version of the image.
{% if election.election_open and can_vote %} {% endif %} {% if candidates %}
Author: {{ candidate.candidate_author }} License: {{ candidate.candidate_license }} |
{% if loop.index % 3 == 0 %}
No candidates have been registered for this election (yet).
{% endif %} {% endblock %}