{% extends "@ibexadesign/ui/layout.html.twig" %} {% trans_default_domain 'ibexa_locationview' %} {% if form_location_copy is defined %} {% form_theme form_location_copy '@ibexadesign/ui/form/flat_widgets.html.twig' %} {% endif %} {% if form_location_move is defined %} {% form_theme form_location_move '@ibexadesign/ui/form/flat_widgets.html.twig' %} {% endif %} {% if form_content_edit is defined %} {% form_theme form_content_edit '@ibexadesign/ui/form_fields.html.twig' %} {% endif %} {% if form_user_edit is defined %} {% form_theme form_user_edit '@ibexadesign/ui/form_fields.html.twig' %} {% endif %} {% if form_content_create is defined %} {% form_theme form_content_create '@ibexadesign/ui/form_fields.html.twig' %} {% endif %} {% block body_class %}ibexa-content-view ibexa-theme {% if ibexa_is_focus_mode_on() %}ibexa-theme--dark{% endif %}{% endblock %} {% block content_tree %} {% set container_width_cookie = 'ibexa-tb_ibexa-content-tree_%d_container-width'|format(ibexa_admin_ui_config.user.user.id) %} {% set content_tree_width = app.request.cookies.get(container_width_cookie) %} {% set content_tree_width_style = 'width: %dpx;'|format(content_tree_width) %} {{ ibexa_twig_component_group('admin-ui-content-tree-before') }}