{% extends "default.html" %} {%- set SHOP_FLAVOR = { 'rDrama': 'Stir drama.', 'PCM': 'Watch IP2.', 'WPD': 'Watch people die.', }[SITE_NAME] -%} {% block title %}
Icon | Title | Price | Owned | Buy | Description | |
---|---|---|---|---|---|---|
{{a['title']}} | {% if a['baseprice'] != a['price'] %}
|
{% else %}
{{a['price']}} | {% endif %}{{a['owned']}} | {% set kind = a['kind'] %}{% if kind != "benefactor" %} {% endif %} {% if FEATURES['PROCOINS'] %} {% if kind != "grass" %} {% endif %} {% endif %} | {{a['description']}} |