{% extends 'site_layout.html.j2' %} {% set title="Voting Statistics" %} {% block content %}

Viewing Vote Statistics

Select Date/Time Range

Start End Submit
Submit

* Timezone will be whatever the server timezone is. Probably UTC.

Best Voters

{% for usr in overall %} {% endfor %}
Place User ID Discord Votes
{{ loop.index }} {{ usr.user_id }} {{ usr.discord }} {{ usr.votes }}

Best Referrers

{% for usr in referrals %} {% endfor %}
Place User ID Discord Referrals Redeemed
{{ loop.index }} {{ usr.user_id }} {{ usr.discord }} {{ usr.votes }}
{% endblock %} {% block script %} {% endblock %}