<div class="footer--lg-container-menu">
<div class="footer--lg-container-menu-title">
{{ "Looking for a specific category"|trans|replace({' ?' : ' ?'})|raw }}
</div>
<div class="d-flex flex-column justify-content-between footer--lg-container-menu-div">
<div class="footer--lg-container-menu-submenu">
<div class="footer--lg-container-menu-submenu-title">
{{ "Woven vinyl flooring by collection"|trans }}
</div>
<div class="footer--lg-container-menu-submenu-list">
<a href="{{ path('pages_collection_details', { _locale: currentLocale, slug: 'barcode', id: 1 }) }}">Barcode</a><i class="fas fa-circle"></i>
<a href="{{ path('pages_collection_details', { _locale: currentLocale, slug: 'colourful', id: 8 }) }}">Colourful</a><i class="fas fa-circle"></i>
<a href="{{ path('pages_collection_details', { _locale: currentLocale, slug: 'cracked_earth', id: 2 }) }}">Cracked Earth</a><i class="fas fa-circle"></i>
<a href="{{ path('pages_collection_details', { _locale: currentLocale, slug: 'desert', id: 13 }) }}">Desert</a><i class="fas fa-circle"></i>
<a href="{{ path('pages_collection_details', { _locale: currentLocale, slug: 'herringbone', id: 3 }) }}">Herringbone</a><i class="fas fa-circle"></i>
<a href="{{ path('pages_collection_details', { _locale: currentLocale, slug: 'hybrid', id: 4 }) }}">Hybrid</a><i class="fas fa-circle"></i>
<a href="{{ path('pages_collection_details', { _locale: currentLocale, slug: 'infinite', id: 7 }) }}">Infinite</a><i class="fas fa-circle"></i>
<a href="{{ path('pages_collection_details', { _locale: currentLocale, slug: 'lustre', id: 5 }) }}">Lustre</a><i class="fas fa-circle"></i>
<a href="{{ path('pages_collection_details', { _locale: currentLocale, slug: 'marble', id: 12 }) }}">Marble</a><i class="fas fa-circle"></i>
<a href="{{ path('pages_collection_details', { _locale: currentLocale, slug: 'new_basic', id: 6 }) }}">New Basic</a><i class="fas fa-circle"></i>
<a href="{{ path('pages_collection_details', { _locale: currentLocale, slug: 'stripes', id: 9 }) }}">Stripes</a>
</div>
</div>
<div class="footer--lg-container-menu-submenu">
<div class="footer--lg-container-menu-submenu-title">
{{ "Woven vinyl flooring by color"|trans }}
</div>
<ul class="footer--lg-container-menu-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--lg-container-menu-submenu">
<div class="footer--lg-container-menu-submenu-title">
{{ "Woven vinyl flooring by shape"|trans }}
</div>
<ul class="footer--lg-container-menu-submenu-list">
{% for index, shape in shapes_global %}
{% 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>
{% 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 %}
{% endfor %}
</ul>
</div> #}
<div class="footer--lg-container-menu-submenu">
<div class="footer--lg-container-menu-submenu-title">
{{ "Woven vinyl flooring by sector"|trans }}
</div>
<div class="footer--lg-container-menu-submenu-list">
{% for index, kindProject in kindsProject_global %}
{% if index == 0 %}
<a href="{{ path('pages_projects_filter_by_kind_project', { _locale: currentLocale, kindProjectSlug: kindProject.slug }) }}">{{ "Workspace"|trans }}</a><i class="fas fa-circle"></i>
{% elseif index == 1 %}
<a href="{{ path('pages_projects_filter_by_kind_project', { _locale: currentLocale, kindProjectSlug: kindProject.slug }) }}">{{ "Hospitality"|trans }}</a><i class="fas fa-circle"></i>
{% elseif index == 2 %}
<a href="{{ path('pages_projects_filter_by_kind_project', { _locale: currentLocale, kindProjectSlug: kindProject.slug }) }}">{{ "Residential"|trans }}</a><i class="fas fa-circle"></i>
{% elseif index == 3 %}
<a href="{{ path('pages_projects_filter_by_kind_project', { _locale: currentLocale, kindProjectSlug: kindProject.slug }) }}">{{ "Retail"|trans }}</a><i class="fas fa-circle"></i>
{% elseif index == 4 %}
<a href="{{ path('pages_projects_filter_by_kind_project', { _locale: currentLocale, kindProjectSlug: kindProject.slug }) }}">{{ "Showrooms & Exhibitions"|trans }}</a><i class="fas fa-circle"></i>
{% elseif index == 5 %}
<a href="{{ path('pages_projects_filter_by_kind_project', { _locale: currentLocale, kindProjectSlug: kindProject.slug }) }}">{{ "Public Space"|trans }}</a><i class="fas fa-circle"></i>
{% elseif index == 6 %}
<a href="{{ path('pages_projects_filter_by_kind_project', { _locale: currentLocale, kindProjectSlug: kindProject.slug }) }}">{{ "Healthcare & Leisure"|trans }}</a>
{% endif %}
{% endfor %}
</div>
</div>
</div>
</div>