Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

3 lines
153B

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