{% extends 'revervation/base.twig' %} {% block title %}{{ 'catalog.seo.title'|trans }}{% endblock %} {% block description %}{{ 'catalog.seo.description'|trans }}{% endblock %} {% block breadcrumb_json %} ,{ "@type": "ListItem", "position": 1, "name": "{{ 'catalog.breadcrumb'|trans }}", "item": "{{ url('reservation_catalogue') }}" } {% endblock %} {% block body %}
{# --- HEADER --- #}

{{ 'catalog.header.main'|trans }} {{ 'catalog.header.highlight'|trans }}

{# --- FILTRES --- #}
{% set categories_list = [ {'id': '2-7 ans', 'label': 'catalog.filter.cat_2_7'|trans, 'hover': 'hover:border-amber-500 hover:text-amber-600'}, {'id': '3-15 ans', 'label': 'catalog.filter.cat_3_15'|trans, 'hover': 'hover:border-blue-600 hover:text-blue-600'}, {'id': '3-99 ans', 'label': 'catalog.filter.cat_3_99'|trans, 'hover': 'hover:border-indigo-600 hover:text-indigo-600'}, {'id': 'barnums', 'label': 'catalog.filter.cat_barnums'|trans, 'hover': 'hover:border-slate-800 hover:text-slate-800'}, {'id': 'alimentaire', 'label': 'catalog.filter.cat_food'|trans, 'hover': 'hover:border-rose-500 hover:text-rose-600'}, {'id': 'options', 'label': 'catalog.filter.cat_options'|trans, 'hover': 'hover:border-emerald-500 hover:text-emerald-600'} ] %} {% for cat in categories_list %} {% endfor %}
{# --- GRILLE DE PRODUITS --- #}
{% endblock %}