{% load i18n %} {% load institution_extras %}
{% for i in "12" %} {% with sliced_institutions=institutions|slice_institutions:i %} {% if sliced_institutions %}
{% for institution in sliced_institutions %} {% endfor %}
{% trans "Institution" %} {% trans "In progress" %} {% trans "Done" %}
{{ institution.name }} {% if institution.elections_in_progress|length > 0 %}{{ institution.elections_in_progress|length }}{% else %} - {% endif %} {% if institution.elections_done|length > 0 %}{{ institution.elections_done|length }}{% else %} - {% endif %}
{% endif %} {% endwith %} {% endfor %}