{% extends "default.html" %} {% block title %} Hats {% endblock %} {% block pagetype %}message{% endblock %} {% block Banner %}
hats banner
Number of hats you bought: {{v.num_of_owned_hats}}
Number of hats you designed: {{v.num_of_designed_hats}}
Coins you spent on hats: {{v.coins_spent_on_hats}}
Total hat sales: {{sales}}
{% endblock %} {% block content %}
	
{% if SITE == 'rdrama.net' %} {% if request.values.get("sort") == 'author_asc' %} {% else %} {% endif %} {% else %} {% endif %} {% for hat, user in hats %} {% if SITE == 'rdrama.net' %} {% endif %} {% endfor %}
Hat Name DescriptionAuthorAuthorOwners PriceOwners PriceActions
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 %}
Buy Are you sure? {% if FEATURES['PROCOINS'] %} MBux Are you sure? {% endif %}
{% endif %}





	
{% endblock %}