{% extends 'renter/index.html.twig' %} {% block sidebard %}
# | Id | DateRegl | DateStart | Ongoing | notStarted | autre | Loueur | PaidMonth | Adresse | Statut | |
---|---|---|---|---|---|---|---|---|---|---|---|
{{ r.getLoyer.id }} | {{ r.getLoyer.relation.id }} | {{ r.getLoyer.dateregl|date("d/m/Y") }} | {{ r.getLoyer.relation.startDate|date("d/m/Y") }} | {{ r.ongoing }} | {{ r.notStarted }} | {{ r.autre }} | {{ r.getLoyer.iduser }}{{ r.getLoyer.relation.user }} | {{ r.getLoyer.relation.paidMonths }} | {{ r.getLoyer.relation.caro.adresse }} | {% if r.ongoing and not r.autre %} Vous devez payer {% endif %} | Détails |