forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-02-18 22:15:52 +02:00
parent 5bc850c73a
commit 761a98bf90
1 changed files with 6 additions and 4 deletions

View File

@ -9,10 +9,12 @@
{% block Banner %}
<header class="container pb-1 text-center">
<img alt="shop banner" src="/static/assets/images/shop.webp" width="50%">
<h3 class="mt-4">Stir drama. Earn coins.</h3>
<h5 class="mt-4">Total sales: {{sales}} coins</h3>
<h5 class="mt-4">Coins spent by you: {{v.coins_spent}} coins</h3>
<h5 class="mt-4">Lootboxes bought by you: {{v.lootboxes_bought}} lootbox{{'es' if v.lootboxes_bought != 1}}</h3>
<h3 class="mt-4">Stir drama. Earn coins.</h5>
<h5 class="mt-4">Total sales: {{sales}} coins</h5>
<h5 class="mt-4">Coins spent by you: {{v.coins_spent}} coins</h5>
<h5 class="mt-4">Lootboxes bought by you: {{v.lootboxes_bought}} lootbox{{'es' if v.lootboxes_bought != 1}}</h5>
<h5 class="mt-4">Your current coins: {{v.coins}}</h5>
<h5 class="mt-4">Your current marseybux: {{v.procoins}}</h3>
</header>
{% endblock %}