{% extends '@EasyAdmin/default/list.html.twig' %} {# avoid default action of redirect to new form and show modal for select type of new user (provider, user) #} {% block button_add_list %} {% if app.request.get('action') == 'list' %} {% if easyadmin_action_is_enabled_for_list_view('new', _entity_config.name) %} {% set _action = easyadmin_get_action_for_list_view('new', _entity_config.name) %} {#