+ {% block sonata_header_noscript_warning %}
+
+ {% endblock %}
+ {% block logo %}
+ {% spaceless %}
+
+ {% if 'single_image' == sonata_admin.adminPool.getOption('title_mode') or 'both' == sonata_admin.adminPool.getOption('title_mode') %}
+
+ {% endif %}
+ {% if 'single_text' == sonata_admin.adminPool.getOption('title_mode') or 'both' == sonata_admin.adminPool.getOption('title_mode') %}
+ {{ sonata_admin.adminPool.title }}
+ {% endif %}
+
+ {% endspaceless %}
+ {% endblock %}
+ {% block sonata_nav %}
+
+ {% endblock sonata_nav %}
+
+ {% endblock sonata_header %}
+
+ {% block sonata_wrapper %}
+ {% block sonata_left_side %}
+
+ {% block sonata_page_content %}
+
+
+
+ {% block sonata_admin_content %}
+
+ {% block notice %}
+ {% include 'SonataCoreBundle:FlashMessage:render.html.twig' %}
+ {% endblock notice %}
+
+ {% if _preview is not empty %}
+ {{ _preview|raw }}
+ {% endif %}
+
+ {% if _content is not empty %}
+ {{ _content|raw }}
+ {% endif %}
+
+ {% if _show is not empty %}
+ {{ _show|raw }}
+ {% endif %}
+
+ {% if _form is not empty %}
+ {{ _form|raw }}
+ {% endif %}
+
+ {% if _list_table is not empty or _list_filters is not empty %}
+ {% if _list_filters|trim %}
+
+ {{ _list_filters|raw }}
+
+ {% endif %}
+
+
+ {{ _list_table|raw }}
+
+
+ {% endif %}
+ {% endblock sonata_admin_content %}
+
+ {% endblock sonata_page_content %}
+