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

Stir drama. Earn coins.

Total sales: {{sales}} coins
Dramacoins spent by you: {{v.coins_spent}} coins
{% endblock %} {% block content %} {% if error %} {% endif %} {% if msg %} {% endif %}


	
{% for a in awards %} {% set kind = a['kind'] %} {% endfor %}
Icon Title Price Owned Buy
{{a['title']}} {{a['price']}} {{a['owned']}} Buy {% if v.procoins and kind not in ["grass","pause","unpausable"] %}Buy with Marseybux{% endif %}





	
{% endblock %}