<div class="footer--md-menu">
<div class="footer--md-menu-title">
{{ "Looking for a specific category"|trans }}
</div>
<div class="footer--md-submenu">
<div class="footer--md-submenu-title">
{{ "Woven vinyl flooring by collection"|trans }}
</div>
<ul class="footer--md-submenu-list">
<div>
<li><a href="{{ path('pages_collection_details', { _locale: currentLocale, slug: 'barcode', id: 1 }) }}">Barcode</a></li>
<li><a href="{{ path('pages_collection_details', { _locale: currentLocale, slug: 'colourful', id: 8 }) }}">Colourful</a></li>
<li><a href="{{ path('pages_collection_details', { _locale: currentLocale, slug: 'cracked_earth', id: 2 }) }}">Cracked Earth</a></li>
<li><a href="{{ path('pages_collection_details', { _locale: currentLocale, slug: 'desert', id: 13 }) }}">Desert</a></li>
<li><a href="{{ path('pages_collection_details', { _locale: currentLocale, slug: 'herringbone', id: 3 }) }}">Herringbone</a></li>
<li><a href="{{ path('pages_collection_details', { _locale: currentLocale, slug: 'hybrid', id: 4 }) }}">Hybrid</a></li>
</div>
<div>
<li><a href="{{ path('pages_collection_details', { _locale: currentLocale, slug: 'infinite', id: 7 }) }}">Infinite</a></li>
<li><a href="{{ path('pages_collection_details', { _locale: currentLocale, slug: 'lustre', id: 5 }) }}">Lustre</a></li>
<li><a href="{{ path('pages_collection_details', { _locale: currentLocale, slug: 'marble', id: 12 }) }}">Marble</a></li>
<li><a href="{{ path('pages_collection_details', { _locale: currentLocale, slug: 'new_basic', id: 6 }) }}">New Basic</a></li>
<li><a href="{{ path('pages_collection_details', { _locale: currentLocale, slug: 'stripes', id: 9 }) }}">Stripes</a></li>
</div>
</ul>
</div>
<div class="footer--md-submenu">
<div class="footer--md-submenu-title">
{{ "Woven vinyl flooring by color"|trans }}
</div>
<ul class="footer--md-submenu-list">
{% for index, color in colors_global %}
{% if index == 2 %}
<li>
<a href="{{ path('pages_products_filter_by_colors', { _locale: currentLocale, colorSlug: color.slug }) }}">{{ "Beige woven vinyl flooring"|trans }}</a>
</li>
{% elseif index == 3 %}
<li>
<a href="{{ path('pages_products_filter_by_colors', { _locale: currentLocale, colorSlug: color.slug }) }}">{{ "Blue woven vinyl flooring"|trans }}</a>
</li>
{% elseif index == 4 %}
<li>
<a href="{{ path('pages_products_filter_by_colors', { _locale: currentLocale, colorSlug: color.slug }) }}">{{ "Brown woven vinyl flooring"|trans }}</a>
</li>
{% elseif index == 5 %}
<li>
<a href="{{ path('pages_products_filter_by_colors', { _locale: currentLocale, colorSlug: color.slug }) }}">{{ "Green woven vinyl flooring"|trans }}</a>
</li>
{% elseif index == 6 %}
<li>
<a href="{{ path('pages_products_filter_by_colors', { _locale: currentLocale, colorSlug: color.slug }) }}">{{ "Grey woven vinyl flooring"|trans }}</a>
</li>
{% elseif index == 1 %}
<li>
<a href="{{ path('pages_products_filter_by_colors', { _locale: currentLocale, colorSlug: color.slug }) }}">{{ "Orange woven vinyl flooring"|trans }}</a>
</li>
{% elseif index == 0 %}
<li>
<a href="{{ path('pages_products_filter_by_colors', { _locale: currentLocale, colorSlug: color.slug }) }}">{{ "Yellow woven vinyl flooring"|trans }}</a>
</li>
{% elseif index == 7 %}
<li>
<a href="{{ path('pages_products_filter_by_colors', { _locale: currentLocale, colorSlug: color.slug }) }}">{{ "Red woven vinyl flooring"|trans }}</a>
</li>
{% endif %}
{% endfor %}
</ul>
</div>
{# <div class="footer--md-submenu">
<div class="footer--md-submenu-title">
{{ "Woven vinyl flooring by shape"|trans }}
</div>
<ul class="footer--md-submenu-list">
{% for index, shape in shapes_global %}
<div> {% if index == 0 %}
<li>
<a href="{{ path('pages_products_filter_by_shapes', { _locale: currentLocale, shapeSlug: shape.slug }) }}">{{ "Custom made"|trans }}</a>
</li>
{% elseif index == 1 %}
<li>
<a href="{{ path('pages_products_filter_by_shapes', { _locale: currentLocale, shapeSlug: shape.slug }) }}">{{ "Woven vinyl flooring diamond"|trans }}</a>
</li>
{% elseif index == 2 %}
<li>
<a href="{{ path('pages_products_filter_by_shapes', { _locale: currentLocale, shapeSlug: shape.slug }) }}">{{ "Woven vinyl flooring hexagon"|trans }}</a>
</li>
{% elseif index == 3 %}
<li>
<a href="{{ path('pages_products_filter_by_shapes', { _locale: currentLocale, shapeSlug: shape.slug }) }}">{{ "Woven vinyl flooring mini-tiles"|trans }}</a>
</li></div>
<div> {% elseif index == 4 %}
<li>
<a href="{{ path('pages_products_filter_by_shapes', { _locale: currentLocale, shapeSlug: shape.slug }) }}">{{ "Woven vinyl flooring plank"|trans }}</a>
</li>
{% elseif index == 5 %}
<li>
<a href="{{ path('pages_products_filter_by_shapes', { _locale: currentLocale, shapeSlug: shape.slug }) }}">{{ "Woven vinyl flooring rolls"|trans }}</a>
</li>
{% elseif index == 6 %}
<li>
<a href="{{ path('pages_products_filter_by_shapes', { _locale: currentLocale, shapeSlug: shape.slug }) }}">{{ "Woven vinyl flooring tiles"|trans }}</a>
</li>
{% elseif index == 7 %}
<li>
<a href="{{ path('pages_products_filter_by_shapes', { _locale: currentLocale, shapeSlug: shape.slug }) }}">{{ "Woven vinyl flooring triangle"|trans }}</a>
</li>
{% endif %}</div>
{% endfor %}
</ul>
</div> #}
<div class="footer--md-submenu">
<div class="footer--md-submenu-title">
{{ "Woven vinyl flooring by sector"|trans }}
</div>
<ul class="footer--md-submenu-list">
{% for index, kindProject in kindsProject_global %}
{% if index == 0 %}
<div>
<li>
<a href="{{ path('pages_projects_filter_by_kind_project', { _locale: currentLocale, kindProjectSlug: kindProject.slug }) }}">{{ "Workspace"|trans }}</a>
</li>
{% elseif index == 1 %}
<li>
<a href="{{ path('pages_projects_filter_by_kind_project', { _locale: currentLocale, kindProjectSlug: kindProject.slug }) }}">{{ "Hospitality"|trans }}</a>
</li>
{% elseif index == 2 %}
<li>
<a href="{{ path('pages_projects_filter_by_kind_project', { _locale: currentLocale, kindProjectSlug: kindProject.slug }) }}">{{ "Residential"|trans }}</a>
</li>
{% elseif index == 3 %}
<li>
<a href="{{ path('pages_projects_filter_by_kind_project', { _locale: currentLocale, kindProjectSlug: kindProject.slug }) }}">{{ "Retail"|trans }}</a>
</li>
</div>
{% elseif index == 4 %}
<div>
<li>
<a href="{{ path('pages_projects_filter_by_kind_project', { _locale: currentLocale, kindProjectSlug: kindProject.slug }) }}">{{ "Showrooms & Exhibitions"|trans }}</a>
</li>
{% elseif index == 5 %}
<li>
<a href="{{ path('pages_projects_filter_by_kind_project', { _locale: currentLocale, kindProjectSlug: kindProject.slug }) }}">{{ "Public Space"|trans }}</a>
</li>
{% elseif index == 6 %}
<li>
<a href="{{ path('pages_projects_filter_by_kind_project', { _locale: currentLocale, kindProjectSlug: kindProject.slug }) }}">{{ "Healthcare & Leisure"|trans }}</a>
</li>
</div>
{% endif %}
{% endfor %}
</ul>
</div>
{# <div class="footer--md-submenu">
<div class="footer--md-submenu-title">
{{ "Woven vinyl flooring"|trans }}
</div>
<ul class="footer--md-submenu-list">
<div>
<li>
<a href="{{ path('pages_collections_overview', { _locale: currentLocale}) }}">{{ "Collections overview"|trans }}</a>
</li>
<li>
<a href={{ path('pages_products_overview', { _locale: currentLocale}) }}"">{{ "Products overview"|trans }}</a>
</li>
</div>
<div>
<li>
<a href="{{ path('pages_2tec2Play_index', { _locale: currentLocale}) }}">{{ "2tec2 Play"|trans }}</a>
</li>
<li>
<a href="{{ path('pages_projects_overview', { _locale: currentLocale}) }}">{{ "Projects overview"|trans }}</a>
</li>
</div>
</ul>
</div> #}
<div class="footer--md-submenu">
<div class="footer--md-submenu-title">
{{ "About our floors"|trans }}
</div>
<ul class="footer--md-submenu-list">
<div>
<li>
<a href="{{ path('pages_aboutOurFloors_detail', { _locale: currentLocale, sectionSlug: section_history.slug }) }}">{{ "History of 2tec2"|trans }}</a>
</li>
<li>
<a href="{{ path('pages_aboutOurFloors_detail', { _locale: currentLocale, sectionSlug: section_flooring.slug }) }}">{{ "Flooring for any function"|trans }}</a>
</li>
<li>
<a href="{{ path('pages_aboutOurFloors_detail', { _locale: currentLocale, sectionSlug: section_acoustic.slug }) }}">{{ "Acoustic Comfort Backing"|trans }}</a>
</li>
</div>
<div>
<li>
<a href="{{ path('pages_aboutOurFloors_detail', { _locale: currentLocale, sectionSlug: section_sustainability.slug }) }}">{{ "Sustainability"|trans }}</a>
</li>
{# <li>
<a href="{{ path('pages_aboutOurFloors_detail', { _locale: currentLocale, sectionSlug: section_worldwide.slug }) }}">{{ "Worldwide distribution"|trans }}</a>
</li> #}
<li>
<a href="{{ path('pages_2tec2Play_index', { _locale: currentLocale}) }}">{{ "2tec2 Play"|trans }}</a>
{# <a href="{{ path('pages_aboutOurFloors_detail', { _locale: currentLocale, sectionSlug: section_play.slug }) }}">{{ "2tec2 Play"|trans }}</a> #}
</li>
</div>
</ul>
</div>
</div>