{% extends "base.html" %} {% load shop_tags i18n %} {% block title %}{{ page.category.title }}{% endblock %} {% block main %}
{% with page.category.children.active as child_categories %} {% if child_categories %} {% endif %} {% endwith %} {% ifnotequal products.paginator.count 0 %} {% product_sorting products %} {% product_paging products %} {% endifnotequal %}
{% endblock %}