You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

3 line
153B

  1. {% if 'action' in app.request.uri and app.request.get('action') != "listChildren" %}
  2. {{ include('@EasyAdmin/default/action.html.twig') }}
  3. {% endif %}