{% extends "settings2.html" %} {% block pagetitle %}Leaderboard{% endblock %} {% block content %}

CoinsSpent in ShopTruescoreFollowersPostsCommentsAwardsDownvotesBadges • {% if users6 %}Based • {% endif -%} {%- if users12 %}Marseys • {% endif -%} {%- if users13 %}Upvotes Given • {% endif -%} WinningsLossesBlocked
Top 25 by coins
{% for user in users1 %} {% endfor %} {% if pos1 > 25 %} {% endif %}
# Name Coins
{{loop.index}} {{user.username}} {{user.coins}}
{{pos1}} {{v.username}} {{v.coins}}
Top 25 by coins spent in shop
{% for user in users7 %} {% endfor %} {% if pos7 > 25 %} {% endif %}
# Name Coins
{{loop.index}} {{user.username}} {{user.coins_spent}}
{{pos7}} {{v.username}} {{v.coins_spent}}
Top 25 by truescore
{% for user in users10 %} {% endfor %} {% if pos10 > 25 %} {% endif %}
# Name Truescore
{{loop.index}} {{user.username}} {{user.truecoins}}
{{pos10}} {{v.username}} {{v.truecoins}}
Top 25 by followers
{% for user in users2 %} {% endfor %} {% if pos2 > 25 %} {% endif %}
# Name Followers
{{loop.index}} {{user.username}} {{user.stored_subscriber_count}}
{{pos2}} {{v.username}} {{v.stored_subscriber_count}}
Top 25 by post count
{% for user in users3 %} {% endfor %} {% if pos3 > 25 %} {% endif %}
# Name Posts
{{loop.index}} {{user.username}} {{user.post_count}}
{{pos3}} {{v.username}} {{v.post_count}}
Top 25 by comment count
{% for user in users4 %} {% endfor %} {% if pos4 > 25 %} {% endif %}
# Name Comments
{{loop.index}} {{user.username}} {{user.comment_count}}
{{pos4}} {{v.username}} {{v.comment_count}}
Top 25 by received awards
{% for user in users5 %} {% endfor %} {% if pos5 > 25 %} {% endif %}
# Name Awards
{{loop.index}} {{user.username}} {{user.received_award_count}}
{{pos5}} {{v.username}} {{v.received_award_count}}
Top 25 by received downvotes
{% for user in users9 %} {% endfor %} {% if pos9 and (pos9[0] > 25 or not pos9[1]) %} {% endif %}
# Name Downvotes
{{loop.index}} {{user[0].username}} {{user[1]}}
{{pos9[0]}} {{v.username}} {{pos9[1]}}
Top 25 by badges
{% for user in users11 %} {% endfor %} {% if pos11 and (pos11[0] > 25 or not pos11[1]) %} {% endif %}
# Name Badges
{{loop.index}} {{user[0].username}} {{user[1]}}
{{pos11[0]}} {{v.username}} {{pos11[1]}}
{% if users6 %}
Top 25 by based count
{% for user in users6 %} {% endfor %} {% if pos6 > 25 %} {% endif %}
# Name Based count
{{loop.index}} {{user.username}} {{user.basedcount}}
{{pos6}} {{v.username}} {{v.basedcount}}
{% endif %} {% if users12 %}
Top 25 by marseys made
{% for user in users12 %} {% endfor %} {% if pos12 and (pos12[0] > 25 or not pos12[1]) %} {% endif %}
# Name Marseys
{{loop.index}} {{user[0].username}} {{user[1]}}
{{pos12[0]}} {{v.username}} {{pos12[1]}}
{% endif %} {% if users13 %}
Top 25 by upvotes given
{% for user in users13 %} {% endfor %} {% if pos13 and (pos13[0] > 25 or not pos13[1]) %} {% endif %}
# Name Upvotes
{{loop.index}} {{user[0].username}} {{user[1]}}
{{pos13[0]}} {{v.username}} {{pos13[1]}}
{% endif %}
Top 25 by winnings
{% for user in users14 %} {% endfor %} {% if pos14 > 25 %} {% endif %}
# Name Winnings
{{loop.index}} {{user.username}} {{user.winnings}}
{{pos14}} {{v.username}} {{v.winnings}}
Bottom 25 by winnings
{% for user in users15 %} {% endfor %} {% if pos15 > 25 %} {% endif %}
# Name Winnings
{{loop.index}} {{user.username}} {{user.winnings}}
{{pos15}} {{v.username}} {{v.winnings}}
Top 25 Most Blocked
{% for user in usersBlk %} {% endfor %}
# Name Blocked By
{{loop.index}} {{user.username}} {{user.n}}
{% endblock %}