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