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

Recent Votes

Last 24 hours {% for election in elections %}

{{election.name}} -- {{election.last_cast_vote}} {{election.num_recent_cast_votes}} recently cast votes

{% endfor %} {% endblock %}