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

CoinsSpent in ShopTruescoreFollowersPostsCommentsAwardsDownvotesBadges • {% if users12 %}Marseys • {% endif %} {% if users13 %}Upvotes Given • {% endif %} WinningsLossesBlockedOwned HatsDesigned Hats
Top 25 by coins
{% for user in users1 %} {% endfor %} {% if pos1 %} {% 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 %} {% 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 %} {% 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 %} {% 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 %} {% 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 %} {% 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 %} {% 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 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 %} {% 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 %} {% 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, num in users16 %} {% endfor %} {% if pos16 and (pos16[0] > 25 or not pos16[1]) %} {% endif %}
# Name Blocked By
{{loop.index}} {% include "user_in_table.html" %} {{num}}
{{pos16[0]}} {% with user=v %} {% include "user_in_table.html" %} {% endwith %} {{pos16[1]}}
Top 25 by Owned Hats
{% for user,num in users17 %} {% endfor %} {% if pos17 and (pos17[0] > 25 or not pos17[1]) %} {% endif %}
# Name Owned Hats
{{loop.index}} {% include "user_in_table.html" %} {{num}}
{{pos17[0]}} {% with user=v %} {% include "user_in_table.html" %} {% endwith %} {{pos17[1]}}
Top 25 by Designed Hats
{% for user,num in users18 %} {% endfor %} {% if pos18 and (pos18[0] > 25 or not pos18[1]) %} {% endif %}
# Name Designed Hats
{{loop.index}} {% include "user_in_table.html" %} {{num}}
{{pos18[0]}} {% with user=v %} {% include "user_in_table.html" %} {% endwith %} {{pos18[1]}}
{% endblock %}