{% load i18n cms_tags zb_tags %} {# Template de las subcategorias #}
{% if category.has_children %}
{% zb_query_filter category.category_set.all published=True as category_published %} {% for category in category_published %} {% endfor %}
{% endif %}