{% load i18n %} {% load staticfiles %} {% block subcontent %} {% if institution.elections %}
{% trans "Elections statistics for your institution" %}

{% trans "Here are listed all the elections from your institution" %}

{% for election in institution.elections %} {% endfor %} {% endif %} {% endblock subcontent %}
{% trans "Election" %} {% trans "Admin" %} {% trans "Voters / cast votes" %}
{{ election.name }} {{ election.admin }} {{ election.voters }} / {{ election.cast_votes }}