{% extends 'admin.base.html.twig' %} {% block title %}Nouvelle Gallery{% endblock %} {% block page_title %}Créer une gallery{% endblock %} {% block breadcrumb %} {% include '_breadcrumb.html.twig' with { breadcrumbs: [ { label: 'Galleries', path: path('app_gallery_index') }, { label: 'Créer' } ] } %} {% endblock %} {% block content %}

Nouvelle gallery

{{ include('admin/gallery/_form.html.twig') }} Retour à la liste {% endblock %} {% block javascripts %} {% endblock %}