{% extends "default.html" %} {% block pagetitle %}Hats{% endblock %} {% block pagetype %}message{% endblock %} {% block banner %}
Hat | Name | Description | {% if FEATURES['HAT_SUBMISSIONS'] %}Author | {% endif %}Owners | Price | Actions | Added on |
---|---|---|---|---|---|---|---|
|
{{hat.name}} | {{hat.censored_description(v)}} | {% if FEATURES['HAT_SUBMISSIONS'] %}{% include "user_in_table.html" %} | {% endif %}{{hat.number_sold|commas}} | {{hat.price|commas}} |
{% if hat.id not in owned_hat_ids and hat.is_purchasable %}
|