{% extends 'basecaro.html.twig' %} {% block body %}
Id | StartDate | EndDate | Available | num voiture | Mensuel | Price | IsPaid | PaidMonths | Duration | Loueur | Proprietaire | {#Modele | #}Image | 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 |