{% extends "default.html" %} {% block title %} Shop {% endblock %} {% block pagetype %}message{% endblock %} {% block Banner %}
shop banner

Stir drama. Earn coins.

Total sales: {{sales}} coins
Coins spent by you: {{v.coins_spent}} coins
Lootboxes bought by you: {{v.lootboxes_bought}} lootbox{{'es' if v.lootboxes_bought != 1}}
Your current coins: {{v.coins}}
Your current marseybux: {{v.procoins}}
{% endblock %} {% block content %} {% if error %} {% endif %} {% if msg %} {% endif %}


	
{% for a in awards %} {% if a['baseprice'] != a['price'] %} {% endif %} {% if a['baseprice'] == a['price'] %} {% endif %} {% set kind = a['kind'] %} {% endfor %}
Icon Title Price Owned Buy
{{a['title']}}{{a['baseprice']}} {{a['price']}}{{a['price']}}{{a['owned']}} {% if a['kind'] != "benefactor" %}Buy with coins{% endif %} {% if a['kind'] != "grass" %}Buy with marseybux{% endif %}





	
{% endblock %}