* (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:
parent
28a7ef76d1
commit
b742bf7cbc
5 changed files with 34 additions and 18 deletions
|
|
@ -0,0 +1 @@
|
|||
{% include 'overview.html.twig' %}
|
||||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue