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