{% if quotation.reservation.client.clientType.name=="Con-tacto"%} {% else %} {% endif %}
{# {% if quotation.reservation.client.clientType.name=="Con-tacto"%}
{% else %}
{% endif %} #}
Reservación #{{ reservation.folio }}

{% if reservation.showClientData %}

Cliente: {{ reservation.client.fullName|raw }}

{% endif %} {% if reservation.showAgentData %}

Agente: {{ reservation.user.fullName|raw }}

{% endif %}
Folio de la reservación: {{ reservation.folio }} {% if reservation.showClientData and reservation.client.membership %} Membresía: {{ reservation.client.membership.affiliationNumber }} Contrato: {{ reservation.client.membership.activeContract ? reservation.client.membership.activeContract.contractNumber : "Sin contrato vigente" }} {% endif %} Fecha de creación: {{ quotation.sendDate|date("d-m-Y H:i") }} {# Fecha de creación: {{ quotation.createdDate|date("d-m-Y H:i") }}#} {#Fecha de expiración: {{ quotation.expirationDate|date("d-m-Y H:i")|default('No definida') }}#}
{% if reservation.showAgentData %} Whatsapp: {{ reservation.user.person.celphone?reservation.user.person.celphone:'Sin Whatsapp' }} Correo electrónico: {{ reservation.user.person.email?reservation.user.person.email:'Sin email' }} {% endif %}

Con el gusto de saludarle, estamos muy agradecidos por escoger {{quotation.reservation.client.clientType.name=="Con-tacto"?"Con-tacto":"Mar Paraíso Queen" }} como organizador de su viaje. De acuerdo a su solicitud le hago llegar las siguientes opciones, esperando sean de agrado. En caso de requerir alguna modificación u otras opciones le pido avisarme para hacer los cambios correspondientes.

{{ "services"|trans | upper}}


{% for service in quotation.getOrderedServices(true) %} {% if service.packageService == null %}
{% include "backend/reservations/pdf/summary"~service.type[:1]|upper~service.type[1:]~".html.twig" with {'toClient':true} %}
{% endif %} {% endfor %}
Total a Pagar: {{ quotation.getClientTariffAmountsAsString }}
{{ include('backend/reservations/quotation/terms.html.twig') }}