{% extends 'base.html.twig' %}
{% block title %}Edit Usine{% endblock %}
{% block body %}
Edit Usine
{{ include('estat/autres/usine/_form.html.twig', {'button_label': 'Update'}) }}
back to list
{{ include('estat/autres/usine/_delete_form.html.twig') }}
{% endblock %}