{% extends 'heliosinstitution/templates/base-bootstrap.html' %} {% load i18n %} {% block content %}
{% trans "Name" %} | {% trans "Started at" %} | {% trans "Ended at" %} |
---|---|---|
{{election.name}} | {{election.started_at}} | {{election.ended_at}} |
{% trans "back to home" %} |