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

Edit Subcategory Image

{{ subcategory.name }}

{%if len(subcategory.resources) == 0%}
{%else%}
{%for resource in subcategory.resources%} {%if resource.type == 'image'%} {%endif%} {%endfor%}

Delete all images to add new ones

{%endif%}
{% endblock %}