{% extends '@KunstmaanAdmin/Default/layout.html.twig' %} {% set switchedHost = get_switched_host() %} {% block body %}
    {% if mediaChooserLink is defined and mediaChooserLink %}
  • Pages
  • Media
  • {% endif %}
    {% set route = app.request.attributes.get('_route') %} {{ localeswitcher_widget(get_backend_locales(is_multidomain_site() ? switchedHost.host), route) }} {% if is_multidomain_site() %} {{ multidomain_widget(route) }} {% endif %}

Selection: empty

{% endblock %}