{% extends '@EasyAdmin/default/list.html.twig' %} {% block content_title %} {{ parent() }} {% if 'action' in app.request.uri and app.request.get('action') == "listChildren" %} : {{ entity.title }} {% endif %} {% endblock %} {% block new_action %}
{% if _action.icon %}{% endif %} {{ _action.label is defined and not _action.label is empty ? _action.label|trans(_trans_parameters) }} {% if _entity_config['list']['edit_position'] is defined %} Modifier position {% endif %}
{% endblock %}