{% extends 'site_layout.html.j2' %} {% set title="Voting Statistics" %} {% block content %}
Select Date/Time Range
| Start | End | Submit | 
|---|---|---|
| 
                 | 
            
                 | 
            Submit | 
* Timezone will be whatever the server timezone is. Probably UTC.
| Place | User ID | Discord | Votes | 
|---|---|---|---|
| {{ loop.index }} | {{ usr.user_id }} | {{ usr.discord }} | {{ usr.votes }} | 
| Place | User ID | Discord | Referrals Redeemed | 
|---|---|---|---|
| {{ loop.index }} | {{ usr.user_id }} | {{ usr.discord }} | {{ usr.votes }} |