{% extends "default.html" %} {% block title %} Hats {% endblock %} {% block pagetype %}message{% endblock %} {% block content %}


	
{% if SITE == 'rdrama.net' %} {% endif %} {% for hat, user in hats %} {% if SITE == 'rdrama.net' %} {% endif %} {% endfor %}
Hat Name DescriptionAuthorPrice Actions
{{hat.name}} {{hat.name}} {{hat.description}}{{user.username}}{{hat.price}} {% if hat.id in v.owned_hats %} {% if hat.id == v.equipped_hat.id %} Unequip {% else %} Equip {% endif %} {% else %} Buy Are you sure? {% if FEATURES['PROCOINS'] %} Buy with MBux Are you sure? {% endif %} {% endif %}





	
{% endblock %}