{{ header }}
{{ column_left }}
{{ content_top }}

{{ heading_title }}

{% if categories %}

{{ text_index }} {% for category in categories %}    {{ category.name }} {% endfor %}

{% for category in categories %}

{{ category.name }}

{% if category.manufacturer %} {% for manufacturers in category.manufacturer|batch(4) %}
{% for manufacturer in manufacturers %} {% endfor %}
{% endfor %} {% endif %} {% endfor %} {% else %}

{{ text_no_results }}

{% endif %} {{ content_bottom }}
{{ column_right }}
{{ footer }}