{% extends 'cmsplugin_shop/node.html' %} {% load sekizai_tags i18n %} {% block specific_content %}

{{ category.name }}

{{ category.description | safe }}
{% include 'cmsplugin_shop/list_categories.html' %} {% include 'cmsplugin_shop/list_products.html' %} {% endblock %}