{% block header %}
- {% include '_partials/_header.html.twig' %}
+ {% include '_partials/_header.html.twig' with {
+ accommodation: ctx is defined ? ctx.accommodation : null
+ } %}
{% endblock %}
diff --git a/templates/layout_booking.html.twig b/templates/layout_booking.html.twig
index 2f86329..70e563a 100644
--- a/templates/layout_booking.html.twig
+++ b/templates/layout_booking.html.twig
@@ -5,7 +5,9 @@
{% block header %}
- {% include '_partials/_header.html.twig' %}
+ {% include '_partials/_header.html.twig' with {
+ accommodation: ctx is defined ? ctx.accommodation : null
+ } %}
{% endblock %}
diff --git a/translations/messages.de.yaml b/translations/messages.de.yaml
index 090fe23..edf9296 100644
--- a/translations/messages.de.yaml
+++ b/translations/messages.de.yaml
@@ -14,6 +14,11 @@ service:
separator: ' und '
enum:
+ accommodation_country:
+ DE: Deutschland
+ AT: Österreich
+ CH: Schweiz
+ IT: Italien
additional_service:
flat: pauschal
per_person: pro Person