{% extends 'base.html.twig' %} {% block title %}RendezVousHypotheque{% endblock %} {% block body %}
| Id | {{ rendez_vous_hypotheque.id }} |
|---|---|
| Oui | {{ rendez_vous_hypotheque.oui ? 'Yes' : 'No' }} |
| Motif | {{ rendez_vous_hypotheque.motif }} |
| Non | {{ rendez_vous_hypotheque.non ? 'Yes' : 'No' }} |