{% extends 'admin/base.html.twig' %} {% block title %}Modification d'une voiture{% endblock %} {% block body %}

Modification la voiture {{ voiture.marque }} {{ voiture.modele }}{% if voiture.type %} {{ voiture.type }} {% endif %} {{ voiture.annee }} {{ voiture.carburant }}

{{ form_start(form) }} {{ form_widget(form) }} {{ form_end(form) }}
{% endblock %}