From d50ac5b8e8346896fe405ac8c18bddf86043e811 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 18 Jan 2022 18:01:51 +0200 Subject: [PATCH] fsd --- files/templates/leaderboard.html | 48 ++++++++++++++++---------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/files/templates/leaderboard.html b/files/templates/leaderboard.html index 7f15bf5ef..2e80744ed 100644 --- a/files/templates/leaderboard.html +++ b/files/templates/leaderboard.html @@ -11,21 +11,21 @@ # Name - Coins + Coins {% for user in users1 %} {{loop.index}} @{{user.username}}'s profile picture{{user.username}} - {{user.coins}} + {{user.coins}} {% endfor %} {% if pos1 > 25 %} {{pos1}} @{{v.username}}'s profile picture{{v.username}} - {{v.coins}} + {{v.coins}} {% endif %} @@ -45,7 +45,7 @@ # Name - Coins + Coins @@ -53,14 +53,14 @@ {{loop.index}} @{{user.username}}'s profile picture{{user.username}} - {{user.coins_spent}} + {{user.coins_spent}} {% endfor %} {% if pos7 > 25 %} {{pos7}} @{{v.username}}'s profile picture{{v.username}} - {{v.coins_spent}} + {{v.coins_spent}} {% endif %} @@ -88,14 +88,14 @@ {{loop.index}} @{{user.username}}'s profile picture{{user.username}} - {{user.truecoins}} + {{user.truecoins}} {% endfor %} {% if pos10 > 25 %} {{pos10}} @{{v.username}}'s profile picture{{v.username}} - {{v.truecoins}} + {{v.truecoins}} {% endif %} @@ -115,21 +115,21 @@ # Name - Followers + Followers {% for user in users2 %} {{loop.index}} @{{user.username}}'s profile picture{{user.username}} - {{user.stored_subscriber_count}} + {{user.stored_subscriber_count}} {% endfor %} {% if pos2 > 25 %} {{pos2}} @{{v.username}}'s profile picture{{v.username}} - {{v.stored_subscriber_count}} + {{v.stored_subscriber_count}} {% endif %} @@ -147,21 +147,21 @@ # Name - Posts + Posts {% for user in users3 %} {{loop.index}} @{{user.username}}'s profile picture{{user.username}} - {{user.post_count}} + {{user.post_count}} {% endfor %} {% if pos3 > 25 %} {{pos3}} @{{v.username}}'s profile picture{{v.username}} - {{v.post_count}} + {{v.post_count}} {% endif %} @@ -179,21 +179,21 @@ # Name - Comments + Comments {% for user in users4 %} {{loop.index}} @{{user.username}}'s profile picture{{user.username}} - {{user.comment_count}} + {{user.comment_count}} {% endfor %} {% if pos4 > 25 %} {{pos4}} @{{v.username}}'s profile picture{{v.username}} - {{v.comment_count}} + {{v.comment_count}} {% endif %} @@ -213,21 +213,21 @@ # Name - Awards + Awards {% for user in users5 %} {{loop.index}} @{{user.username}}'s profile picture{{user.username}} - {{user.received_award_count}} + {{user.received_award_count}} {% endfor %} {% if pos5 > 25 %} {{pos5}} @{{v.username}}'s profile picture{{v.username}} - {{v.received_award_count}} + {{v.received_award_count}} {% endif %} @@ -263,7 +263,7 @@ {{pos9[0]}} @{{v.username}}'s profile picture{{v.username}} - {{pos9[1]}} + {{pos9[1]}} {% endif %} @@ -316,21 +316,21 @@ # Name - Based count + Based count {% for user in users6 %} {{loop.index}} @{{user.username}}'s profile picture{{user.username}} - {{user.basedcount}} + {{user.basedcount}} {% endfor %} {% if pos6 > 25 %} {{pos6}} @{{v.username}}'s profile picture{{v.username}} - {{v.basedcount}} + {{v.basedcount}} {% endif %}