{% extends TEMPLATE_BASE %} {% block title %}Statistics{% endblock %} {% block content %}
{% if elections_page.has_previous %} previous {{limit}} {% endif %} Elections {{elections_page.start_index}} - {{elections_page.end_index}} (of {{total_elections}}) {% if elections_page.has_next %} next {{limit}} {% endif %}
{% for election in elections %}{{election.name}} by {{election.admin.pretty_name}} -- {{election.num_voters}} voters / {{election.num_cast_votes}} cast votes
{% endfor %} {% endblock %}