{# This file is part of the Sonata package. (c) Thomas Rabaix For the full copyright and license information, please view the LICENSE file that was distributed with this source code. #} {% block content %} {% set _list_table = block('list_table')|trim %} {% set _list_filters = block('list_filters')|trim %} {% block preview %}{% endblock %} {% block form %}{% endblock %} {% block list %}{% endblock %} {% block show %}{% endblock %} {% if _list_table|length > 0 or _list_filters|length > 0 %}
{{ _list_table|raw }}
{% if _list_filters %}
{{ _list_filters|raw }}
{% endif %}
{% endif %} {% endblock %}