{% block booking_summary %}
{# Header #}
{% if ctx.priceBreakdown is not null %}
Gesamtpreis {{ (displayTotal / 100)|format_currency(currency) }}
{% endif %}
Übersicht
{# Content #}
{% endblock %}