Top {{ limit }} {{ title }} {% if limit == 100 %} - Top 10 - Top 100 - Top 250 {% elseif limit == 250 %} - Top 10 - Top 100 - Top 250 {% else %} - Top 10 - Top 100 - Top 250 {% endif %}

{% if not results %}
Rank User Uploaded UL speed Downloaded DL speed Request votes Request fills Uploads Ratio Joined
Found no users matching the criteria

{% else %} {% for row in results %} {{ row.rank }} {{ row.username|raw }} {{ row.uploaded }} {{ row.up_speed }}/s {{ row.downloaded }} {{ row.down_speed }}/s {{ row.request_votes }} {{ row.request_fills }} {{ row.num_uploads }} {{ row.ratio|raw }} {{ row.join_date|raw }} {% endfor %}
{% endif %}