{% extends '@Flexy/FrontBundle/Themes/CoWorking/templates/layout.html.twig' %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block body %}
Réservation {{name}}
Veuillez choisir une formule :
{% for attr in attributValues %} {% if attr.code == "simple" %}

{{attr.attribut.description}}
{% endif %} {% endfor %} {% if attributValues|length > 0 %}

cette formule est déclinée comme suit :
{% endif %} {% for attr in attributValues %} {% if attr.code == "personalized" %}

{{ attr.attribut.description}}
{% endif %} {% endfor %}
Services supplémentaires:
Voulez-vous ajouter des services supplémentaires?
Disponible en location au mois ou à la journée
{% for service in services %} {% endfor %}
{% for servicesCommun in servicesCommuns %} {% endfor %}
{{render(path("ajax_cart"))}}
{% endblock %} {% block javascripts %} {% endblock %}