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

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

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 %}
{{ form.csrf_token }}
{% for candidate in candidates %} {% endfor %}

Your Votes

Remove a choice by clicking on the image.


{% else %}

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

{% endif %} {% endblock %}