{% extends "default.html" %} {% block pagetitle %}Submit Hats{% endblock %} {% block pagetype %}message{% endblock %} {% block content %} {% if error %}{{macros.alert(error, true)}}{% endif %} {% if msg %}{{macros.alert(msg, false)}}{% endif %}

Submit Hat

Hat Template — 100x130px (do not resize), circle is profile picture, do not include circle in final submission.

Pending Approval

{% for hat in hats %}
avatar
>
{% if v.admin_level >= PERMS['MODERATE_PENDING_SUBMITTED_ASSETS'] or v.id == hat.submitter_id %}
{% if v.admin_level >= PERMS['MODERATE_PENDING_SUBMITTED_ASSETS'] %} {% endif %}
{% endif %}
{% endfor %}
{% endblock %}