{% extends "default.html" %} {% block pagetitle %}Hats{% endblock %} {% block pagetype %}message{% endblock %} {% block banner %}
shop banner
{% endblock %} {% block content %} {% if FEATURES['HAT_SUBMISSIONS'] %} Submit Hats {% endif %}
{% if FEATURES['HAT_SUBMISSIONS'] %} {% endif %} {% for hat, user in hats %} {% if FEATURES['HAT_SUBMISSIONS'] %} {% endif %} {% endfor %}
Hat Name DescriptionAuthorOwners Price Actions Added on
avatar {{hat.name}}
{{hat.name}} {{hat.censored_description(v)}}{% include "user_in_table.html" %}{{hat.number_sold|commas}} {{hat.price|commas}} {% if hat.id not in owned_hat_ids and hat.is_purchasable %}
{% endif %}
{% endblock %}