{% extends 'admin\\baseadmin.html.twig' %} {% trans_default_domain 'menus' %} {% block stylesheets %} {{parent()}} {# Font Awesome #} {# Artgris FileManager #} {# Import fengyuanchen/cropper #} {# Then the default bundle's CSS #} {% endblock %} {% block content%} {% include 'admin\\stdpages\\modalroles.html.twig' %} {% include 'admin\\stdmenus\\modalclone.html.twig' %}
{{pageslabel}}
{% for page in pages %}
{% endfor %}
{{categorieslabel}}
{# {% for category in categories %}
{% endfor %} #}
{{customfieldlabel}}
{{menustructurelabel}}
{% endblock %} {% block scripts %} {{parent()}} {# Jqueri UI #} {# jquery.collection.js #} {% include '@ArtgrisMedia/assets/include_js.html.twig' %} {% endblock %}