{% extends 'layouts/authenticated.html.twig' %} {% block page_title %}{{ page_title|default('Nouvelle reparation') }}{% endblock %} {% block content %}

Nouvelle reparation

Demander une reparation d'equipement

Retour
{{ form_start(form, {'attr': {'class': 'space-y-6'}}) }}

Informations de la reparation

{{ form_row(form.equipment) }}
{{ form_row(form.description) }}
{% if form.notes is defined %}
{{ form_row(form.notes) }}
{% endif %}
Annuler
{{ form_end(form) }}
{% endblock %}