{% extends "default.html" %} {%- set SHOP_FLAVOR = { 'rDrama': 'Stir drama.', 'PCM': 'Watch IP2.', 'WPD': 'Watch people die.', }[SITE_NAME] -%} {% block title %} Shop {% endblock %} {% block pagetype %}message{% endblock %} {% block Banner %}
shop banner

{{SHOP_FLAVOR}} 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}}
{% if FEATURES['PROCOINS'] %}
Your current marseybux: {{v.procoins}}
{% endif %}
Buy hats here!
{% endblock %} {% block content %}
	
{% for a in awards %} {% if a['baseprice'] != a['price'] %} {% else %} {% endif %} {% set kind = a['kind'] %} {% endfor %}
Icon Title Price Owned Buy Description
{{a['title']}} {{a['baseprice']}} {{a['price']}} {{a['price']}}{{a['owned']}} {% if kind != "benefactor" %} Buy Are you sure? {% endif %} {% if FEATURES['PROCOINS'] %} {% if kind != "grass" %} Buy with MBux Are you sure? {% endif %} {% endif %} {{a['description']}}





	
{% endblock %}