{% extends 'basecaro.html.twig' %} {% block body %}

-----------------------------

Liste des Locations Effectués- RentFindAll

{# #} {# #} {# #} {# #} {% set count = 0 %} {% for rent in rents %} {% set count = count + 1 %} {# #} {# #} {# #} {# #} {% else %} {% endfor %}

Nombre de Location : {{ count }}

Id StartDate DateLastRegl DateReferenceEndDateAvailable isPaid idcaro Adresse PriceMensuel IsPaid PaidMonths DurationLoueur ProprietaireModeleImageFinishedactions
{{ rent.id }} {{ rent.startDate ? rent.startDate|date('Y-m-d') : '' }} {{ rent.datelastregl ? rent.datelastregl|date('Y-m-d') : '' }} {{ rent.dateReference ? rent.dateReference|date('Y-m-d') : '' }} {{ rent.caro.available ? 'Yes' : 'No' }} {{ rent.isPaid ? 'Yes' : 'No' }} {{ rent.caro.id }} {{ rent.caro.adresse }} {{ rent.price }}{{ rent.isMonthlyRecurring ? 'Yes' : 'No' }} {{ rent.isPaid ? 'Yes' : 'No' }} {{ rent.paidMonths }} {{ rent.duration }}{{ rent.user.name }} {{ rent.caro.renter.name }}{{ rent.caro.carType.name }}{{ rent.caro.image }}{{ rent.finished ? 'Yes' : 'No' }} show edit
no records found

rent/index.html.twig

Create new {% endblock %}