forked from rDrama/rDrama
1
0
Fork 0

show the number of lootboxes u bought in the shop

master
Aevann 2023-10-10 21:20:05 +03:00
parent c59d0c2c5e
commit 3bb3f0d087
1 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,9 @@
<header id="shop-header" class="container text-center pb-0">
<img id="shop-banner" alt="shop banner" src="{{SITE_FULL_IMAGES}}/i/shop.webp">
<ul id="shop-stats" class="my-1 my-md-2">
{% if IS_HOMOWEEN() or IS_FISTMAS() %}
<li>Number of lootboxes you bought: {{v.lootboxes_bought}}</li>
{% endif %}
<li>Number of awards you bought: {{v.num_of_bought_awards}}</li>
<li>Coins you spent on awards: {{"{:,}".format(v.coins_spent)}}</li>
<li>Total award sales: {{"{:,}".format(sales)}}</li>