{% extends "public/content.html" %} {% load url from future %} {% block headtitle %}{{ election }}{% endblock %} {% block title %}

{{ election.name }}

{% endblock %} {% block content %} {% if election.confirmation_message %}

{{ election.confirmation_message }}

{% else %}

Thank you. You have successfully voted in this election.

{% endif %} {% endblock %}