{# 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. #} {% if admin.list.has('batch') and not app.request.isXmlHttpRequest %} {{ object|render_list_element(admin.list['batch']) }} {% endif %} {% block row %}{% endblock %} {% if admin.list.has('_action') and not app.request.isXmlHttpRequest %} {{ object|render_list_element(admin.list['_action']) }} {% endif %}