{% extends "base/module_base.html" %} {% set active_page ='subcategory' %} {% block pagehead %} {% endblock %} {% block sidebar %} {%include 'category/blocks/sidebar.html'%} {%endblock%} {% block content %}
{%if len(subcategory.resources) == 0%}

{%else%}
Delete image to be able to add new
{%endif%}
{% endblock %}