{# @var travel_program \AppBundle\Entity\TravelProgram #} {{ travel_program.title }} {{ base_url }}{{ travel_program.page.urlPath }} {% for country in travel_program.countries %} {% if country.destinations is empty %} {{ country.name }} {% else %} {% for destination in country.destinations %} {{ country.name }} {{ destination.name }} {# Actually instead of , but combination of city + country is not allowed #} {% endfor %} {% endif %} {% endfor %} Rundreisen Kulturreisen Tagesprogramm {% if travel_program.programCode in ['AEGYST001', 'AEGYST002', 'AEGYST003', 'AEGYST004', 'AEGYST005', 'AEGYST006', 'AEGYST008'] %} Kreuzfahrten {% endif %} Hotel Flugzeug {{ travel_program.programDuration }} {{ travel_program.lowestPrice }} {{ subtitle }} {{ 5 in travel_program.countries.keys ? 2 : 1 }} {{ 6 in travel_program.countries.keys ? 26 : 12 }} {% filter escape('html') %} {{ html_description|raw }} {% if included is not empty %}

Leistungen inklusive

{% endif %} {% if travel_program.excluded is not empty %}

Nicht eingeschlossene / zubuchbare Leistungen

{% endif %} {% if advices is not empty %}

Hinweise

{% endif %} {% endfilter %}
{% for image in travel_program.images %} {{ base_url }}/uploads/travel_program/{{ image.fileNameWithExtension }} {% endfor %} {% for travel_date in travel_program.travelDates if 3 in travel_date.prices|keys %} {{ travel_date.start|date('Y-m-d') }} {{ travel_date.end|date('Y-m-d') }} {{ travel_date.status }} {% for price in travel_date.prices %} {% if price.priceTypeId == 1 %} {{ price.effectiveDiscountPrice ?? price.effectivePrice }} {% elseif price.priceTypeId == 3 %} {{ price.effectiveDiscountPrice ?? price.effectivePrice }} {% endif %} {% endfor %} {% for departure in travel_date.departures %} {{ departure.name|lower == 'eigenanreise' ? 'Eigenanreise' : ('Kosten Abflug ' ~ departure.name) }} {{ departure.extraCharge }} departure departure {% endfor %} {% endfor %} {% for travel_program_service in travel_program.included|split('\n') %} {{ travel_program_service }} {% endfor %} {% for option in travel_program.options %} {{ option.name }} {{ option.description }} {{ option.price }} {{ option.priceChildren }} {% endfor %}