{% extends "base/main_base.html" %} {% set active_page ='products' %} {% block pagehead %} add product {% endblock %} {% block content %} {% include 'prods/nav.html' %}
{% if has_product == 'True' %} {% endif %}

Add product for {{SECTION_NAME}} {{category}}




{% endblock %}