{% 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}}
{% endblock %} {% block content %}
	
{% if SITE == 'rdrama.net' %} {% else %} {% endif %} {% for hat, user in hats %} {% if SITE == 'rdrama.net' %} {% endif %} {% endfor %}
Hat Name DescriptionAuthor Owners PriceOwners PriceActions
{{hat.name}} {{hat.name}} {{hat.censored_description(v)}}{{user.username}}{{hat.number_sold}} {{hat.price}} {% if hat.id not in owned_hat_ids %}
Buy Are you sure? {% if FEATURES['PROCOINS'] %} Buy with MBux Are you sure? {% endif %}
{% endif %}
{% if hat.id == v.equipped_hat.id %} Unequip {% else %} Equip {% endif %}





	
{% endblock %}