{% extends '@Flexy/FrontBundle/Themes/CoWorking/templates/layout.html.twig' %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block body %}
Réservation bureau {% set displayed_categories = [] %} {% for bureau in products %} {% for cat in bureau.categoriesProduct %} {% if cat.id == subcategory and cat.id not in displayed_categories %} {{cat.name }} {% endif%} {% set displayed_categories = displayed_categories|merge([cat.id]) %} {% endfor %} {% endfor %}
Veuillez choisir un bureau :
{% endblock %} {% block javascripts %} {% endblock %}