{% load partition_tags %}
{% for row in categories|columns:3 %}
{% for category in row %}
{% include 'cubane/ishop/elements/category.html' %}
{% endfor %}
{% endfor %}