feat: get travel guide from bus pro data

This commit is contained in:
Björn Fromme
2024-12-05 11:31:17 +01:00
parent f473d7df33
commit 0678a99b19
5 changed files with 57 additions and 2 deletions
@@ -154,6 +154,13 @@
</div>
</div>
<div class="lg:w-3/4 pt-8 lg:pt-0 lg:px-8 text-white" data-rte-content>
<f:if condition="{date.guide}">
<p>
<strong>E&amp;P Reiseleitung</strong>
<br>
{date.guide.name} {date.guide.phone}
</p>
</f:if>
{travelinfo.importantPhoneNumbers -> f:format.html()}
</div>
</div>