{% extends "default.html" %} {% block title %} Hats {% endblock %} {% block pagetype %}message{% endblock %} {% block Banner %}
hats banner
Number of hats you bought: {{v.num_of_hats_bought}}
Number of hats you designed: {{v.num_of_hats_designed}}
Coins you spent on hats: {{v.coins_spent_on_hats}}
{% endblock %} {% block content %}
	
{% if SITE == 'rdrama.net' %} {% endif %} {% for hat, user in owned %} {% if SITE == 'rdrama.net' %} {% endif %} {% endfor %} {% for hat, user in not_owned %} {% if SITE == 'rdrama.net' %} {% endif %} {% endfor %}
Hat Name DescriptionAuthorPrice Actions
{{hat.name}} {{hat.name}} {{hat.description}}{{user.username}}{{hat.price}} {% if hat.id == v.equipped_hat.id %} Unequip {% else %} Equip {% endif %}
{{hat.name}} {{hat.name}} {{hat.description}}{{user.username}}{{hat.price}} Buy Are you sure? {% if FEATURES['PROCOINS'] %} Buy with MBux Are you sure? {% endif %}





	
{% endblock %}