{% extends "shopyo_base/module_base.html" %} {% set active_page ='category' %} {% block pagehead %} Add Category {% endblock %} {% block sidebar %} {%include 'category/blocks/sidebar.html'%} {%endblock%} {% block module_content %}

Add Category

Create a new product category

{% if has_category == 'True' %}
Category already listed
{% endif %}
{% endblock %}