{% extends '@Flexy/FrontBundle/Themes/CoWorking/templates/layout.html.twig' %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block body %}
Réservation Salles de réunion
{# #}
{% for salle in products %}

{{ salle.name }}

{% if salle.valueReduction %}Capacité maximale
{{ salle.valueReduction }}{% endif %}
{% endfor %}
{% for salle in products %} {% endfor %}
{% endblock %} {% block javascripts %} {% endblock %}