{% load i18n %} {% load institution_extras %}
{% 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 %} |