{% extends 'heliosinstitution/templates/base-bootstrap.html' %} {% load i18n %} {% block content %}
{% trans "Elections you are current or past admin" %}
{% for election in elections_administered %} {% endfor %}
{% trans "Name" %} {% trans "Started at" %} {% trans "Ended at" %}
{{election.name}} {{election.started_at}} {{election.ended_at}}
{% trans "back to home" %}
{% endblock %}