{{ _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_filters is not empty %}
{{ _list_filters|raw }}
{% endif %}
{% if _list_table is not empty %}
{{ _list_table|raw }}
{% endif %}
{% endblock sonata_admin_content %}