{# This file is part of the YesWeHack BugBounty backend (c) Romain Honel For the full copyright and license information, please view the LICENSE file that was distributed with this source code. #} {% extends '@SonataAdmin/CRUD/base_list.html.twig' %} {%- block actions -%} {% include '@SonataAdmin/CRUD/action_buttons.html.twig' %} {%- endblock -%} {#{% block table_footer %}#} {##} {##} {#
#} {#{% if not app.request.isXmlHttpRequest %}#} {#
#} {#{% if admin.hasRoute('export') and admin.isGranted("EXPORT") and admin.getExportFormats()|length %}#} {#{{ "label_export_download"|trans({}, "SonataAdminBundle") }}#} {#{% for format in admin.getExportFormats() %}#} {#{{ format }}{% if not loop.last %},{% endif %}#} {#{% endfor %}#} {# - #} {#{% endif %}#} {#{% block pager_results %}#} {#{% include admin.getTemplate('pager_results') %}#} {#{% endblock %}#} {#
#} {#{% endif %}#} {#
#} {##} {##} {#{% block pager_links %}#} {#{% if admin.datagrid.pager.haveToPaginate() %}#} {#{% include admin.getTemplate('pager_links') %}#} {#{% endif %}#} {#{% endblock %}#} {#{% endblock %}#} {#{% block list_table %}#} {#{{ parent() }}#} {##} {#{% endblock %}#} {% block table_body %} {% for object in admin.datagrid.results %} {% include admin.getTemplate('inner_trash_list_row') %} {% endfor %} {% endblock %} {% block list_filters %} {% endblock %}