{% extends "master.html" %} {% block title %} {{ super() }} {% endblock %} {%block head %} {% endblock %} {%block tag %}elections{% endblock %} {% block jscripts %} {% endblock %} {% block content %}

Vote: {{ election.election_name }} - {{ election.election_year }}

Click on the checkbox to select which wallpaper you like.

{% if election.election_badge_link %}

Claim your badge for voting in this election.

{% endif %}

{% if candidates %}
{% for candidate in candidates %} {% if loop.index % 3 == 0 %} {% endif %} {% endfor %}

Zoom in
{% if confirm %} {% endif %}
{% else %}

No candidate have been registered for this election (yet).

{% endif %} {% endblock %}