{% extends "base.html" %} {% load i18n nomnom_filters %} {% block content %}
{% if election_stats %}
{% translate "Election statistics" %}
{% translate "Total voters" %} {{ election_stats.total_voters }}
{% endif %} {% for category in categories %} {% if category_tables|get_item:category %} {% include "admin/nominate/category/row.html" with category=category results=category_tables|get_item:category stats=category_stats|get_item:category only %} {% else %} {% endif %} {% endfor %}
{% endblock content %}