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

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

Liste des Locations Effectués- RentFindAll

{# #} {% for rent in rents %} {# #} {# #} {% else %} {% endfor %}
Id StartDate EndDate Available num voiture Mensuel Price IsPaid PaidMonths Duration Loueur ProprietaireModeleImage Finished actions
{{ rent.id }} {{ rent.startDate ? rent.startDate|date('Y-m-d') : '' }} {{ rent.endDate ? rent.endDate|date('Y-m-d') : '' }} {{ rent.caro.available ? 'Yes' : 'No' }} {{ rent.caro.id }} {{ rent.isMonthlyRecurring ? 'Yes' : 'No' }} {{ rent.price }} {{ 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 %}