{% extends 'admin.base.html.twig' %} {% block title %}Modifier une gallery{% endblock %} {% block page_title %}Modifier la gallery « {{ gallery.title }} »{% endblock %} {% block breadcrumb %} {% include '_breadcrumb.html.twig' with { breadcrumbs: [ { label: 'Gallery', path: path('app_gallery_index') }, { label: 'Modifier' } ] } %} {% endblock %} {% block content %}

Édition de la Gallery

{{ include('admin/gallery/_form.html.twig', {'button_label': 'Mettre à jour'}) }}
Retour à la liste {{ include('admin/gallery/_delete_form.html.twig') }}
{% endblock %}