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

Statistics

{% if elections_page.has_previous %} previous {{limit}}    {% endif %} Elections {{elections_page.start_index}} - {{elections_page.end_index}}   {% if elections_page.has_next %} next {{limit}}    {% endif %}

{% for election in elections %}

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

{% endfor %} {% endblock %}