{% 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 -%} WinningsLossesBlockedOwned HatsDesigned Hats
Top 25 by coins
{% for user in users1 %} {% endfor %} {% if pos1 > 25 %} {% endif %}
# Name Coins
{{loop.index}} {% include "user_in_table.html" %} {{user.coins}}
{{pos1}} {% with user=v %} {% include "user_in_table.html" %} {% endwith %} {{v.coins}}
Top 25 by coins spent in shop
{% for user in users7 %} {% endfor %} {% if pos7 > 25 %} {% endif %}
# Name Coins
{{loop.index}} {% include "user_in_table.html" %} {{user.coins_spent}}
{{pos7}} {% with user=v %} {% include "user_in_table.html" %} {% endwith %} {{v.coins_spent}}
Top 25 by truescore
{% for user in users10 %} {% endfor %} {% if pos10 > 25 %} {% endif %}
# Name Truescore
{{loop.index}} {% include "user_in_table.html" %} {{user.truecoins}}
{{pos10}} {% with user=v %} {% include "user_in_table.html" %} {% endwith %} {{v.truecoins}}
Top 25 by followers
{% for user in users2 %} {% endfor %} {% if pos2 > 25 %} {% endif %}
# Name Followers
{{loop.index}} {% include "user_in_table.html" %} {{user.stored_subscriber_count}}
{{pos2}} {% with user=v %} {% include "user_in_table.html" %} {% endwith %} {{v.stored_subscriber_count}}
Top 25 by post count
{% for user in users3 %} {% endfor %} {% if pos3 > 25 %} {% endif %}
# Name Posts
{{loop.index}} {% include "user_in_table.html" %} {{user.post_count}}
{{pos3}} {% with user=v %} {% include "user_in_table.html" %} {% endwith %} {{v.post_count}}
Top 25 by comment count
{% for user in users4 %} {% endfor %} {% if pos4 > 25 %} {% endif %}
# Name Comments
{{loop.index}} {% include "user_in_table.html" %} {{user.comment_count}}
{{pos4}} {% with user=v %} {% include "user_in_table.html" %} {% endwith %} {{v.comment_count}}
Top 25 by received awards
{% for user in users5 %} {% endfor %} {% if pos5 > 25 %} {% endif %}
# Name Awards
{{loop.index}} {% include "user_in_table.html" %} {{user.received_award_count}}
{{pos5}} {% with user=v %} {% include "user_in_table.html" %} {% endwith %} {{v.received_award_count}}
Top 25 by received downvotes
{% for user, num in users9 %} {% endfor %} {% if pos9 and (pos9[0] > 25 or not pos9[1]) %} {% endif %}
# Name Downvotes
{{loop.index}} {% include "user_in_table.html" %} {{num}}
{{pos9[0]}} {% with user=v %} {% include "user_in_table.html" %} {% endwith %} {{pos9[1]}}
Top 25 by badges
{% for user, num in users11 %} {% endfor %} {% if pos11 and (pos11[0] > 25 or not pos11[1]) %} {% endif %}
# Name Badges
{{loop.index}} {% include "user_in_table.html" %} {{num}}
{{pos11[0]}} {% with user=v %} {% include "user_in_table.html" %} {% endwith %} {{pos11[1]}}
{% if users6 %}
Top 25 by based count
{% for user in users6 %} {% endfor %} {% if pos6 > 25 %} {% endif %}
# Name Based count
{{loop.index}} {% include "user_in_table.html" %} {{user.basedcount}}
{% with user=v %} {% include "user_in_table.html" %} {% endwith %} {{v.basedcount}}
{% endif %} {% if users12 %}
Top 25 by marseys made
{% for user, num in users12 %} {% endfor %} {% if pos12 and (pos12[0] > 25 or not pos12[1]) %} {% endif %}
# Name Marseys
{{loop.index}} {% include "user_in_table.html" %} {{num}}
{{pos12[0]}} {% with user=v %} {% include "user_in_table.html" %} {% endwith %} {{pos12[1]}}
{% endif %} {% if users13 %}
Top 25 by upvotes given
{% for user, num in users13 %} {% endfor %} {% if pos13 and (pos13[0] > 25 or not pos13[1]) %} {% endif %}
# Name Upvotes
{{loop.index}} {% include "user_in_table.html" %} {{num}}
{{pos13[0]}} {% with user=v %} {% include "user_in_table.html" %} {% endwith %} {{pos13[1]}}
{% endif %}
Top 25 by winnings
{% for user in users14 %} {% endfor %} {% if pos14 > 25 %} {% endif %}
# Name Winnings
{{loop.index}} {% include "user_in_table.html" %} {{user.winnings}}
{{pos14}} {% with user=v %} {% include "user_in_table.html" %} {% endwith %} {{v.winnings}}
Bottom 25 by winnings
{% for user in users15 %} {% endfor %} {% if pos15 > 25 %} {% endif %}
# Name Winnings
{{loop.index}} {% include "user_in_table.html" %} {{user.winnings}}
{{pos15}} {% with user=v %} {% include "user_in_table.html" %} {% endwith %} {{v.winnings}}
Top 25 Most Blocked
{% for user in usersBlk %} {% endfor %}
# Name Blocked By
{{loop.index}} {{user.username}} {{user.n}}
Top 25 by Owned Hats
{% for user,num in users16 %} {% endfor %}
# Name Owned Hats
{{loop.index}} {% include "user_in_table.html" %} {{num}}
Top 25 by Designed Hats
{% for user,num in users17 %} {% endfor %}
# Name Designed Hats
{{loop.index}} {% include "user_in_table.html" %} {{num}}
{% endblock %}