{# templates/entreprise/location/edit.html.twig #} {% extends 'entreprise/entreprise_base.html.twig' %} {% block title %}Modifier le Contrat | {{ location.locataire.nom }}{% endblock %} {% block body %}
Appartement : {{ location.appartement.titre }} | Locataire : {{ location.locataire.nom }} {{ location.locataire.prenom }}
Ce contrat est arrivé à son terme officiel.
{% else %}Utilisez cette action uniquement si le locataire quitte l'Appartement.
{% endif %}La suppression est irréversible. À utiliser uniquement en cas d'erreur de saisie totale.
{{ include('entreprise/location/_delete_form.html.twig', {'location': location}) }}