{% extends "sito/base.html" %} {% load i18n %} {% block content_slider %}

HOME >> {% if shop_category.parent %}{{ shop_category.parent }}{% endif %} >> {{ shop_category.name }}

{% for categ in child_categories.object_list %}
{{ categ.name }} {{ categ }} {% for p in categ.shop_products.all %} {% endfor %}
{{ p.name }} {{ p.short_description }}
{% endfor %} {% endblock %}