{% extends "core/base.jinja" %} {% block title %} {{object.title}} {% endblock %} {% block head %} {{ super() -}} {%- endblock %} {% block content %}
{{ election.description }}
{% trans %}Polls close {% endtrans %} at
{%- if election.has_voted(request.user) %}{% trans %}You already have submitted your vote.{% endtrans %}
{%- endif %}