{# 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_delete{% endtrans %}

{% trans with {'%object%': object} from 'SonataAdminBundle' %}message_delete_confirmation{% endtrans %}
{% if admin.hasRoute('edit') and admin.isGranted('EDIT', object) %} {% trans from 'SonataAdminBundle' %}delete_or{% endtrans %} {% trans from 'SonataAdminBundle' %}link_action_edit{% endtrans %} {% endif %}
{% endblock %}