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

Edit Product

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

{% if product.resources|selectattr('type', 'equalto', 'image')|list %}
{% for resource in product.resources %} {% if resource.type == 'image' %} {% endif %} {% endfor %}
{% endif %}
Cancel

Stock Adjustment

History

Bundle Components

{% if product.bundle_components %}
{% for bc in product.bundle_components %} {% endfor %}
Component Qty
{{ bc.component.name if bc.component else '?' }} {{ bc.quantity }}
{% else %}

Not a bundle. Add components below.

{% endif %}
{% endblock %}