{% extends "master.html" %} {% block title %} {{ super() }} {% endblock %} {%block head %} {% endblock %} {%block tag %}elections{% endblock %} {% block jscripts %} {% endblock %} {% block content %}
Click on the wallpapers to select the ones you like.
{% if election.election_badge_link %}Claim your badge for voting in this election.
{% endif %} {% if candidates %} {% else %}No candidate have been registered for this election (yet).
{% endif %} {% endblock %}