{% extends "default.html" %} {% block title %}
Hat | Name | Description | {% if SITE == 'rdrama.net' %} {% if request.values.get("sort") == 'author_asc' %}Author | {% else %}Author | {% endif %}Owners | Price | Actions | Added on | {% else %}Owners | Price | Actions | Added on | {% endif %}
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
{{hat.name}} | {{hat.censored_description(v)}} | {% if SITE == 'rdrama.net' %}{% include "user_in_table.html" %} | {% endif %}{{hat.number_sold}} | {{hat.price}} | {% if hat.id not in owned_hat_ids %} {% endif %} |
{% endblock %}