{{ heading_title }}
-
{% for category_1 in categories %}
- {{ category_1.name }}
{% if category_1.children %}
-
{% for category_2 in category_1.children %}
- {{ category_2.name }}
{% if category_2.children %}
-
{% for category_3 in category_2.children %}
- {{ category_3.name }} {% endfor %}
{% endfor %}
{% endfor %}
- {{ category_2.name }}
{% if category_2.children %}
- {{ text_special }}
- {{ text_account }}
- {{ text_cart }}
- {{ text_checkout }}
- {{ text_search }}
- {{ text_information }}
-
{% for information in informations %}
- {{ information.title }} {% endfor %}
- {{ text_contact }}