{% extends 'backend/reservations/pdf/transformed/service.html.twig' %} {% block serviceName %}{{ 'Servicio de '~ type|trans|capitalize }}{% endblock %} {% block service_info %}
{{ "options" |trans |upper }}: {% for transferService in service %}

{#
#} {#{{ "price" |trans |capitalize }}: {{ transferService['price']|price(transferService['currency']) }}#} {#
#}
{% for option in transferService['options'] %} {% if option.round %} {% endif %} {% if option.observations %} {% endif %} {% endfor %}
{{ "origen" |trans |capitalize }} {{ "destino" |trans |capitalize }} {{ "salida" |trans |capitalize }} {{ "hora" |trans |capitalize }} {{ "type" |trans |capitalize }} {{ "places" |trans |capitalize }} {{ "price" |trans |capitalize }}
{{ option.origin }}
{{ option.originAddress }}
{{ option.destination }}
{{ option.destinationAddress }}
{{ option.startDate|date('d-m-Y') }} {{ option.startDate|date('H:i') }} {{ option.type }} {{ option.places }} {{ transferService.price|price(transferService.currency) }}
{{ option.destination }}
{{ option.destinationAddress }}
{{ option.origin }}
{{ option.originAddress }}
{{ option.endDate|date('d-m-Y') }} {{ option.endDate|date('H:i') }} {{ option.type }} {{ option.places }}
{{ 'observations'|trans|capitalize }}: {{ option.observations|raw }}


{% endfor %} {% endblock %}