{% extends 'base.html.twig' %} {% block title %}RendezVousHypotheque{% endblock %} {% block body %}

RendezVousHypotheque

Id {{ rendez_vous_hypotheque.id }}
Oui {{ rendez_vous_hypotheque.oui ? 'Yes' : 'No' }}
Motif {{ rendez_vous_hypotheque.motif }}
Non {{ rendez_vous_hypotheque.non ? 'Yes' : 'No' }}
back to list edit {{ include('rendez_vous_hypotheque/_delete_form.html.twig') }} {% endblock %}