FestinHegre/templates/commandes/edit.html.twig
bayard ddff9b1677 traduction en français
fix du css
Manque boutton supprimer affichage
2024-12-05 15:12:46 +01:00

14 lines
303 B
Twig

{% extends 'base.html.twig' %}
{% block title %}Modifier Commande{% endblock %}
{% block body %}
<h1>Modifier Commande</h1>
{{ include('commandes/_form.html.twig', {'button_label': 'Mettre à jour'}) }}
<a href="{{ path('app_commandes_index') }}">Retour à la liste</a>
{% endblock %}