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

Hlasování

search: vyčistit výsledek hledání

{% if elections_page.has_previous %} předchozích {{limit}}    {% endif %} Hlasování {{elections_page.start_index}} - {{elections_page.end_index}} (z {{total_elections}})   {% if elections_page.has_next %} dalších {{limit}}    {% endif %}

{% for election in elections %}

{{election.name}} vytvořil {{election.admin.pretty_name}} -- {{election.num_voters}} voličů / {{election.num_cast_votes}} odevzdaných hlasů

{% endfor %} {% endblock %}