{# 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') %} {% set _list_filters = block('list_filters') %} {% 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 }}
{{ _list_filters|raw }}
{% endif %} {% endblock %}