{% 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 %}