{% extends 'dashboard.html.twig' %} {% block sidebard %}
Proprietaire : {{ rent.caro.renter.name }} - {{ rent.caro.renter.email }}
Adresse du Hangar : {{ rent.caro.adresse }}
Hangar Libre : {{ rent.caro.available }}
{% else %}Hangar loué depuis {{ rent.startDate|date('d-m-Y') }}
{% endif %}rent.isPaid: {{ rent.isPaid ? 'Yes' : 'No' }} - rent.PaidMonths: {{ rent.PaidMonths }}
Location Mensuel : {{ rent.price }} euros - Location par Jour : {{ rent.caro.price }} euros
Sol : {{ rent.caro.features['sol'] }}- Bati : {{ rent.caro.features['bati'] }} - Surface : {{ rent.caro.features['surface'] }} - Ouvert : {{ rent.caro.features['ouvert'] }}
Id | Idrent | Adresse | Idcaro | Name | Idcaro | IdBailleur | Mois | Dateregl | DateRefLoyer | Price | actions |
---|---|---|---|---|---|---|---|---|---|---|---|
{{ loyer.id }} | {{ loyer.idrent }} | {{ loyer.relation.caro.adresse }} | {{ loyer.idcaro }} | {{ loyer.relation.caro.renter.name }} | {{ loyer.relation.user.firstname }} | {{ loyer.iduser }} | {{ loyer.mois }} | {{ loyer.dateregl ? loyer.dateregl|date('Y-m-d') : '' }} | {{ loyer.daterefloyer ? loyer.daterefloyer|date('Y-m-d') : '' }} | {{ loyer.price }} | |
no records found |