{% extends "default.html" %} {% block pagetitle %}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: {{"{:,}".format(v.coins_spent_on_hats)}}
Total hat sales: {{"{:,}".format(sales)}}
Number of hats: {{num_of_hats}}
{% 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 Price Actions Added onOwners Price Actions Added on
avatar {{hat.name}}
{{hat.name}} {{hat.censored_description(v)}}{% include "user_in_table.html" %}{{hat.number_sold(g.db)}} {{hat.price}} {% if hat.id not in owned_hat_ids and hat.is_purchasable %}
{% if FEATURES['MARSEYBUX'] %} {% endif %}
{% endif %}
{% endblock %}