{% extends TEMPLATE_BASE %} {% block title %}Statistics{% endblock %} {% block content %}

Problematic Elections

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

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

{% endfor %} {% endblock %}