Folio de reservación: {{ reservation.id }}
Fecha: {{ "now"|date("d-m-Y H:i") }}
Cliente: {{ reservation.client.fullName|raw }}
{% for quotation in quotations %}
Cotización #{{ quotation.number }}
{% for service in quotation.services %} {% include "backend/reservations/service/summary"~service.type~".html.twig" with {'toClient':true} %} {% endfor %}
Total: $24440.00

{% endfor %}