* (Temporäres) CMS-Template "jugendreisen" - Übersicht ohne Suchmaske und Angebote in der Sidebar

* Weitere Änderungen an der Nicht-/Anzeige von Sidebar-Widgets
* Behoben: Umlaute-Problem TT-Suchmaske

git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3322 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
uli 2017-03-27 20:46:21 +00:00
parent 28a7ef76d1
commit b742bf7cbc
5 changed files with 34 additions and 18 deletions

View file

@ -0,0 +1 @@
{% include 'overview.html.twig' %}

View file

@ -153,7 +153,7 @@
{% endif %}
{% if travel_program.excluded is not empty %}
<h2>Nicht eingeschlossene Leistungen</h2>
<h2>Nicht eingeschlossene / zubuchbare Leistungen</h2>
<ul>
{% for travel_program_service in travel_program.excluded|replace({'*': '<img src="/bundles/app/images/star-mini.png" >'})|split('\n') %}
<li>{{ travel_program_service|raw }}</li>