{# 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. #} {% for field_name, nested_field in form.children|first.children %} {% if field_name == '_delete' %} {% elseif field_name == 'action_clone' %} {% else %} {% endif %} {% endfor %} {% for nested_group_field_name, nested_group_field in form.children %} {% for field_name, nested_field in nested_group_field.children %} {% endfor %} {% endfor %}
{{ 'action_delete'|trans({}, 'SonataAdminBundle') }}