{% extends TEMPLATE_BASE %} {% load i18n %} {% block title %}{% trans "Statistics" %}{% endblock %} {% block content %}

{% trans "Problematic Elections" %}

{% trans "Unfrozen for more than a day." %} {% for election in elections %}

{{election.name}} -- {{election.num_voters}} voters

{% endfor %} {% endblock %}