{# 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. #} {% extends base_template %} {% block actions %}
{% endblock %} {% block side_menu %}{{ knp_menu_render(admin.sidemenu(action), {}, 'list') }}{% endblock %} {% block content %}

{% trans from 'SonataAdminBundle' %}title_batch_confirmation{% endtrans %}

{% trans from 'SonataAdminBundle' %}message_batch_confirmation{% endtrans %}
{{ form_rest(form) }}
{% if admin.hasRoute('list') and admin.isGranted('LIST') %} {% trans from 'SonataAdminBundle' %}delete_or{% endtrans %} {% trans from 'SonataAdminBundle' %}link_action_list{% endtrans %} {% endif %}
{% endblock %}