{% extends '@Flexy/FrontBundle/Themes/CoWorking/templates/layout.html.twig' %} {% block stylesheets %} {{ parent() }} {##} {% endblock %} {% block body %}
{{ "Réservation Salles de réunion"|trans({},"front") }}
{# #}
{#
    #} {#
  • #} {# Etape 1 :
    Choix de Salle
    #} {#
  • #} {#
  • #} {#
  • #} {#
  • #} {#
#}
{% for salle in products %}
{#{% if salle.valueReduction %}#} {#{{ salle.valueReduction }} #} {#{% endif %}#}

{{ salle.name }}

Capacité maximum {{ salle.valueReduction }} À partir de
{{salle.price}}* MAD TTC / {% if salle.price < 121 %} Heure {% else %} Demi-journée {% endif %}




Voir Details Réserver
{% endfor %}
{# {% for salle in products %}#} {# #} {#
#} {#{% endfor %}#} {% for salle in products %} {% endfor %}
{% endblock %} {% block javascripts %} {##} {##} {% endblock %}