{% extends "default.html" %} {% block title %}
Icon | Title | Price | Owned | Buy | Description | |
---|---|---|---|---|---|---|
{{a['title']}} | {% if a['baseprice'] != a['price'] %}{{a['price']}} | {% endif %}{{a['owned']}} | {% set kind = a['kind'] %}{% if a['kind'] != "benefactor" %}Buy with coins{% endif %} {% if a['kind'] != "grass" %}Buy with marseybux{% endif %} | {{a['description']}} |
{% endblock %}