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

CoinsSpent in ShopTruescoreFollowersPostsCommentsAwardsDownvotesBadges • {% if users12 %}Marseys • {% endif %} {% if users13 %}Upvotes Given • {% endif %} BlockedOwned HatsDesigned Hats
Top 25 by coins
{% for user in users1 %} {% endfor %} {% if pos1 %} {% endif %}
# Name Coins
{{loop.index}} {% include "user_in_table.html" %} {{"{:,}".format(user.coins)}}
{{pos1}} {% with user=v %} {% include "user_in_table.html" %} {% endwith %} {{"{:,}".format(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" %} {{"{:,}".format(user.coins_spent)}}
{{pos7}} {% with user=v %} {% include "user_in_table.html" %} {% endwith %} {{"{:,}".format(v.coins_spent)}}
Top 25 by truescore
{% for user in users10 %} {% endfor %} {% if pos10 %} {% endif %}
# Name Truescore
{{loop.index}} {% include "user_in_table.html" %} {{"{:,}".format(user.truecoins)}}
{{pos10}} {% with user=v %} {% include "user_in_table.html" %} {% endwith %} {{"{:,}".format(v.truecoins)}}
Top 25 by followers
{% for user in users2 %} {% endfor %} {% if pos2 %} {% endif %}
# Name Followers
{{loop.index}} {% include "user_in_table.html" %} {{"{:,}".format(user.stored_subscriber_count)}}
{{pos2}} {% with user=v %} {% include "user_in_table.html" %} {% endwith %} {{"{:,}".format(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" %} {{"{:,}".format(user.post_count)}}
{{pos3}} {% with user=v %} {% include "user_in_table.html" %} {% endwith %} {{"{:,}".format(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" %} {{"{:,}".format(user.comment_count)}}
{{pos4}} {% with user=v %} {% include "user_in_table.html" %} {% endwith %} {{"{:,}".format(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" %} {{"{:,}".format(user.received_award_count)}}
{{pos5}} {% with user=v %} {% include "user_in_table.html" %} {% endwith %} {{"{:,}".format(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" %} {{"{:,}".format(num)}}
{{pos9[0]}} {% with user=v %} {% include "user_in_table.html" %} {% endwith %} {{"{:,}".format(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" %} {{"{:,}".format(num)}}
{{pos11[0]}} {% with user=v %} {% include "user_in_table.html" %} {% endwith %} {{"{:,}".format(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" %} {{"{:,}".format(num)}}
{{pos12[0]}} {% with user=v %} {% include "user_in_table.html" %} {% endwith %} {{"{:,}".format(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" %} {{"{:,}".format(num)}}
{{pos13[0]}} {% with user=v %} {% include "user_in_table.html" %} {% endwith %} {{"{:,}".format(pos13[1])}}
{% endif %}
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" %} {{"{:,}".format(num)}}
{{pos16[0]}} {% with user=v %} {% include "user_in_table.html" %} {% endwith %} {{"{:,}".format(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" %} {{"{:,}".format(num)}}
{{pos17[0]}} {% with user=v %} {% include "user_in_table.html" %} {% endwith %} {{"{:,}".format(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" %} {{"{:,}".format(num)}}
{{pos18[0]}} {% with user=v %} {% include "user_in_table.html" %} {% endwith %} {{"{:,}".format(pos18[1])}}
{% endblock %}