{% extends 'oeuvres/base_oeuvres.html.twig' %} {% block title %}Modifier l'Œuvre{% endblock %} {% block body %}

✏️ Modifier l'Œuvre

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