{% 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 %}
| {{ "origen" |trans |capitalize }} | {{ "destino" |trans |capitalize }} | {{ "salida" |trans |capitalize }} | {{ "hora" |trans |capitalize }} | {{ "type" |trans |capitalize }} | {{ "places" |trans |capitalize }} | {{ "price" |trans |capitalize }} | {% for option in transferService['options'] %}|
|---|---|---|---|---|---|---|---|
| {{ 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 }} | |||||||