{# The operating entity depends on where the accommodation is, so its logo wins over the host's #} {% set country_logo = accommodation|default(null) and accommodation.country ? accommodation.country.logo : null %} {% if country_logo %} {% elseif booking_theme() == 'sbw' %} {% elseif booking_theme() == 'ser' %} {% elseif booking_theme() == 'snz' %} {% else %} {% endif %}
{% if is_granted('ROLE_USER') %} {% else %} {% endif %}