{% if is_granted("ADD_QUOTATION", quotation.reservation) and is_granted("RESERV_QUOTATION_CLONE") and quotation.reservation.isQuotingFinished == false %} {% endif %} {% if is_granted("ADD_SERVICE", quotation) and is_granted("RESERV_SERVICE_CHOICE_TYPE") %} {% endif %} {% if workflow_has_marked_place(quotation, 'delivered') and quotation.receivedConfirmationDate is null and is_granted("RESERV_QUOTATION_CHECK_AS_RECEIVED") %} {% endif %} {% if is_granted("MODIFY", quotation) and is_granted("RESERV_QUOTATION_DELETE")%} {% endif %} {% if workflow_can(quotation, 'approve') and is_granted("RESERV_QUOTATION_APPROVE") %} {% endif %} {% if workflow_can(quotation, 'deny') and is_granted("RESERV_QUOTATION_DENY") %} {% endif %} {% if is_granted("SHOW_PAYMENT", quotation) %} {% endif %} {% if workflow_has_marked_place(quotation, 'payed') and is_granted("RESERV_QUOTATION_DELIVER_DOCS")%} {% endif %}
{% if quotation.isApprovedQuotation %} {% endif %} {% if quotation.status == "delivered" %} {% endif %}
No.: {{ quotation.number }} Creada:
{{ quotation.createdDate|date("d-m-Y h:i") }}
Precio al cliente:
{{ quotation.getClientTariffAmounts|amounts }}
Estado:
{{ quotation.isRefunding ? "Reembolsando": quotation.status?quotation.status|trans|capitalize}}
¿Recibido?:
{{ quotation.receivedConfirmationDate is null ? "No": "Si - " ~ quotation.receivedConfirmationDate|date("d-m-Y") }}
{% if quotation.hash %} {% endif %}
{% set inactiveList = false %} {% for service in quotation.getOrderedServices %} {% if service.packageService == null %} {% include("backend/reservations/service/summary"~service.type[:1]|upper~service.type[1:]~".html.twig") %} {% endif %} {% if service.isApproved == false and service.isApproved is not null %} {% set inactiveList = true %} {% endif %} {% endfor %}
{% if quotation.services|length >0 %}
Precio al cliente: {{ quotation.getClientTariffAmounts|amounts }}
Ahorro del cliente: {{ quotation.getClientSavingAmount|amounts }}
{% if inactiveList %} {% endif %}
{% endif %}
Esta cotización no cuenta con servicios, si desea agregar uno puede hacer clic en el botón de agregar servicio.