{% extends "settings2.html" %} {% block pagetitle %}Leaderboard{% endblock %} {% block content %}
# | 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)}} |
# | 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)}} |
# | 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)}} |
# | 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)}} |
# | 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)}} |
# | 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)}} |
# | 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)}} |
# | 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])}} |
# | 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])}} |
# | 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])}} |
# | 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])}} |
# | 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])}} |
# | 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])}} |
# | 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])}} |