{% extends 'dashboard.html.twig' %} {% block sidebard %} {% endblock %} {% block dashboard_current %} {% endblock %} {% block dashboard_body %} {# {{ encore_entry_script_tags('details') }} #}
retour
Réservation : #{{ rent.id }}

Proprietaire : {{ rent.caro.renter.name }} - {{ rent.caro.renter.email }}

Adresse du Hangar : {{ rent.caro.adresse }}

{% if rent.caro.available %}

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'] }}

{% set count = 0 %} {% for loyer in loyer %} {% set count = count + 1 %} {% else %} {% endfor %}

Nombre de Loyer : {{ count }}

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
{% endblock %}