templates/layouts/footers/menu/menu-lg.html.twig line 1

Open in your IDE?
  1. <div class="footer--lg-container-menu">
  2.     <div class="footer--lg-container-menu-title">
  3.         {{ "Looking for a specific category"|trans|replace({' ?' : '&nbsp; ?'})|raw }}
  4.     </div>
  5.     <div class="d-flex flex-column justify-content-between footer--lg-container-menu-div">
  6.         <div class="footer--lg-container-menu-submenu">
  7.             <div class="footer--lg-container-menu-submenu-title">
  8.                 {{ "Woven vinyl flooring by collection"|trans }}
  9.             </div>
  10.             <div class="footer--lg-container-menu-submenu-list">
  11.                 <a href="{{ path('pages_collection_details', { _locale:  currentLocale, slug: 'barcode', id: 1 }) }}">Barcode</a><i class="fas fa-circle"></i>
  12.                 <a href="{{ path('pages_collection_details', { _locale:  currentLocale, slug: 'colourful', id: 8 }) }}">Colourful</a><i class="fas fa-circle"></i>
  13.                 <a href="{{ path('pages_collection_details', { _locale:  currentLocale, slug: 'cracked_earth', id: 2 }) }}">Cracked Earth</a><i class="fas fa-circle"></i>
  14.                 <a href="{{ path('pages_collection_details', { _locale:  currentLocale, slug: 'desert', id: 13 }) }}">Desert</a><i class="fas fa-circle"></i>
  15.                 <a href="{{ path('pages_collection_details', { _locale:  currentLocale, slug: 'herringbone', id: 3 }) }}">Herringbone</a><i class="fas fa-circle"></i>
  16.                 <a href="{{ path('pages_collection_details', { _locale:  currentLocale, slug: 'hybrid', id: 4 }) }}">Hybrid</a><i class="fas fa-circle"></i>
  17.                 <a href="{{ path('pages_collection_details', { _locale:  currentLocale, slug: 'infinite', id: 7 }) }}">Infinite</a><i class="fas fa-circle"></i>
  18.                 <a href="{{ path('pages_collection_details', { _locale:  currentLocale, slug: 'lustre', id: 5 }) }}">Lustre</a><i class="fas fa-circle"></i>
  19.                 <a href="{{ path('pages_collection_details', { _locale:  currentLocale, slug: 'marble', id: 12 }) }}">Marble</a><i class="fas fa-circle"></i>
  20.                 <a href="{{ path('pages_collection_details', { _locale:  currentLocale, slug: 'new_basic', id: 6 }) }}">New Basic</a><i class="fas fa-circle"></i>
  21.                 <a href="{{ path('pages_collection_details', { _locale:  currentLocale, slug: 'stripes', id: 9 }) }}">Stripes</a>
  22.             </div>
  23.         </div>
  24.         <div class="footer--lg-container-menu-submenu">
  25.             <div class="footer--lg-container-menu-submenu-title">
  26.                 {{ "Woven vinyl flooring by color"|trans }}
  27.             </div>
  28.             <ul class="footer--lg-container-menu-submenu-list">
  29.                 {% for index, color in colors_global %}
  30.                     {% if index == 2 %}
  31.                         <li><a href="{{ path('pages_products_filter_by_colors', { _locale:  currentLocale, colorSlug: color.slug }) }}">{{ "Beige woven vinyl flooring"|trans }}</a></li>
  32.                     {% elseif index == 3 %}
  33.                         <li><a href="{{ path('pages_products_filter_by_colors', { _locale:  currentLocale, colorSlug: color.slug }) }}">{{ "Blue woven vinyl flooring"|trans }}</a></li>
  34.                     {% elseif index == 4 %}
  35.                         <li><a href="{{ path('pages_products_filter_by_colors', { _locale:  currentLocale, colorSlug: color.slug }) }}">{{ "Brown woven vinyl flooring"|trans }}</a></li>
  36.                     {% elseif index == 5 %}
  37.                         <li><a href="{{ path('pages_products_filter_by_colors', { _locale:  currentLocale, colorSlug: color.slug }) }}">{{ "Green woven vinyl flooring"|trans }}</a></li>
  38.                     {% elseif index == 6 %}
  39.                         <li><a href="{{ path('pages_products_filter_by_colors', { _locale:  currentLocale, colorSlug: color.slug }) }}">{{ "Grey woven vinyl flooring"|trans }}</a></li>
  40.                     {% elseif index == 1 %}
  41.                         <li><a href="{{ path('pages_products_filter_by_colors', { _locale:  currentLocale, colorSlug: color.slug }) }}">{{ "Orange woven vinyl flooring"|trans }}</a></li>
  42.                     {% elseif index == 0 %}
  43.                         <li><a href="{{ path('pages_products_filter_by_colors', { _locale:  currentLocale, colorSlug: color.slug }) }}">{{ "Yellow woven vinyl flooring"|trans }}</a></li>
  44.                     {% elseif index == 7 %}
  45.                         <li><a href="{{ path('pages_products_filter_by_colors', { _locale:  currentLocale, colorSlug: color.slug }) }}">{{ "Red woven vinyl flooring"|trans }}</a></li>
  46.                     {% endif  %}
  47.                 {% endfor %}
  48.             </ul>
  49.         </div>
  50.         {# <div class="footer--lg-container-menu-submenu">
  51.             <div class="footer--lg-container-menu-submenu-title">
  52.                 {{ "Woven vinyl flooring by shape"|trans }}
  53.             </div>
  54.             <ul class="footer--lg-container-menu-submenu-list">
  55.                 {% for index, shape in shapes_global %}
  56.                     {% if index == 0 %}
  57.                         <li><a href="{{ path('pages_products_filter_by_shapes', { _locale:  currentLocale, shapeSlug: shape.slug }) }}">{{ "Custom made"|trans }}</a></li>
  58.                     {% elseif index == 1 %}
  59.                         <li><a href="{{ path('pages_products_filter_by_shapes', { _locale:  currentLocale, shapeSlug: shape.slug }) }}">{{ "Woven vinyl flooring diamond"|trans }}</a></li>
  60.                     {% elseif index == 2 %}
  61.                         <li><a href="{{ path('pages_products_filter_by_shapes', { _locale:  currentLocale, shapeSlug: shape.slug }) }}">{{ "Woven vinyl flooring hexagon"|trans }}</a></li>
  62.                     {% elseif index == 3 %}
  63.                         <li><a href="{{ path('pages_products_filter_by_shapes', { _locale:  currentLocale, shapeSlug: shape.slug }) }}">{{ "Woven vinyl flooring mini-tiles"|trans }}</a></li>
  64.                     {% elseif index == 4 %}
  65.                         <li><a href="{{ path('pages_products_filter_by_shapes', { _locale:  currentLocale, shapeSlug: shape.slug }) }}">{{ "Woven vinyl flooring plank"|trans }}</a></li>
  66.                     {% elseif index == 5 %}
  67.                         <li><a href="{{ path('pages_products_filter_by_shapes', { _locale:  currentLocale, shapeSlug: shape.slug }) }}">{{ "Woven vinyl flooring rolls"|trans }}</a></li>
  68.                     {% elseif index == 6 %}
  69.                         <li><a href="{{ path('pages_products_filter_by_shapes', { _locale:  currentLocale, shapeSlug: shape.slug }) }}">{{ "Woven vinyl flooring tiles"|trans }}</a></li>
  70.                     {% elseif index == 7 %}
  71.                         <li><a href="{{ path('pages_products_filter_by_shapes', { _locale:  currentLocale, shapeSlug: shape.slug }) }}">{{ "Woven vinyl flooring triangle"|trans }}</a></li>
  72.                     {% endif %}
  73.                 {% endfor %}
  74.             </ul>
  75.         </div> #}
  76.         <div class="footer--lg-container-menu-submenu">
  77.             <div class="footer--lg-container-menu-submenu-title">
  78.                 {{ "Woven vinyl flooring by sector"|trans }}
  79.             </div>
  80.             <div class="footer--lg-container-menu-submenu-list">
  81.                 {% for index, kindProject in kindsProject_global %}
  82.                     {% if index == 0 %}
  83.                         <a href="{{ path('pages_projects_filter_by_kind_project', { _locale:  currentLocale, kindProjectSlug: kindProject.slug }) }}">{{ "Workspace"|trans }}</a><i class="fas fa-circle"></i>
  84.                     {% elseif index == 1 %}
  85.                         <a href="{{ path('pages_projects_filter_by_kind_project', { _locale:  currentLocale, kindProjectSlug: kindProject.slug }) }}">{{ "Hospitality"|trans }}</a><i class="fas fa-circle"></i>
  86.                     {% elseif index == 2 %}
  87.                         <a href="{{ path('pages_projects_filter_by_kind_project', { _locale:  currentLocale, kindProjectSlug: kindProject.slug }) }}">{{ "Residential"|trans }}</a><i class="fas fa-circle"></i>
  88.                     {% elseif index == 3 %}
  89.                         <a href="{{ path('pages_projects_filter_by_kind_project', { _locale:  currentLocale, kindProjectSlug: kindProject.slug }) }}">{{ "Retail"|trans }}</a><i class="fas fa-circle"></i>
  90.                     {% elseif index == 4 %}
  91.                         <a href="{{ path('pages_projects_filter_by_kind_project', { _locale:  currentLocale, kindProjectSlug: kindProject.slug }) }}">{{ "Showrooms & Exhibitions"|trans }}</a><i class="fas fa-circle"></i>
  92.                     {% elseif index == 5 %}
  93.                         <a href="{{ path('pages_projects_filter_by_kind_project', { _locale:  currentLocale, kindProjectSlug: kindProject.slug }) }}">{{ "Public Space"|trans }}</a><i class="fas fa-circle"></i>
  94.                     {% elseif index == 6 %}
  95.                         <a href="{{ path('pages_projects_filter_by_kind_project', { _locale:  currentLocale, kindProjectSlug: kindProject.slug }) }}">{{ "Healthcare & Leisure"|trans }}</a>
  96.                     {% endif  %}
  97.                 {% endfor %}
  98.             </div>
  99.         </div>
  100.     </div>
  101. </div>