{% extends "default.html" %} {% block pagetitle %}Hats{% endblock %} {% block pagetype %}message{% endblock %} {% block banner %}
shop banner
{% endblock %} {% block content %}
{% if SITE == 'rdrama.net' %} {% endif %} {% for hat, user in hats %} {% if SITE == 'rdrama.net' %} {% 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}} {{hat.price}} {% if hat.id not in owned_hat_ids and hat.is_purchasable %}
{% endif %}
{% endblock %}