FestinHegre/templates/statut_commandes/edit.html.twig

14 lines
369 B
Twig
Raw Normal View History

{% extends 'base.html.twig' %}
{% block title %}Edit StatutCommandes{% endblock %}
{% block body %}
<h1>Edit StatutCommandes</h1>
{{ include('statut_commandes/_form.html.twig', {'button_label': 'Update'}) }}
<a href="{{ path('app_statut_commandes_index') }}">back to list</a>
{{ include('statut_commandes/_delete_form.html.twig') }}
{% endblock %}