{% extends 'base.html.twig' %} {% block title %}Nouvelle Reparation{% endblock %} {% block body %}
{% for message in app.flashes('message') %} {% endfor %} {% form_theme formReparation 'bootstrap_4_layout.html.twig' %}

Créer une nouvelle réparation

{{ include('reparation/_form.html.twig') }} Retour à la liste des réparations
{% endblock %}