{% extends 'develop/template.html' %} {% block subcontent %}
{% if GroupIdContext != None %}{%endif%}
{% for tshirt in UserClothing: %}
{{tshirt.name}}

Sales: {{tshirt.sale_count}}

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