{% extends "shopyo_base/module_base.html" %} {% set active_page ='products' %} {% block pagehead %} Add Product {% endblock %} {% block sidebar %} {%include 'product/blocks/sidebar.html'%} {%endblock%} {% block module_content %}
Back to {{ subcategory.name }}

Add Product

{{ subcategory.category.name }} · {{ subcategory.name }}

{% if has_product == 'True' %}
Product already listed
{% endif %}
{% endblock %}