{% extends 'develop/template.html' %} {% block subcontent %}

Want to create Shirts? Download the template

{% if GroupIdContext != None %}{%endif%}
{% for shirt in UserClothing: %}
{{shirt.name}}

Sales: {{shirt.sale_count}}

{%endfor%} {% if len(UserClothing) == 0: %}
No items found
{%endif%}
{% endblock %}