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

Want to create Pants? Download the template

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

Sales: {{pants.sale_count}}

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