{% extends "default.html" %} {% block pagetitle %}Hats{% endblock %} {% block pagetype %}message{% endblock %} {% block banner %}
Hat | Name | Description | {% if SITE == 'rdrama.net' %} {% if request.values.get("sort") == 'author_asc' %}Author | {% else %}Author | {% endif %}Owners | Price | Actions | Added on | {% else %}Owners | Price | Actions | Added on | {% endif %}
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
{{hat.name}} | {{hat.censored_description(v)}} | {% if SITE == 'rdrama.net' %}{% include "user_in_table.html" %} | {% endif %}{{hat.number_sold(g.db)}} | {{hat.price}} |
{% if hat.id not in owned_hat_ids and hat.is_purchasable %}
{% if FEATURES['MARSEYBUX'] %}
{% endif %}
{% endif %}
|