{% extends 'basecaro.html.twig' %} {% block body %}
Id | StartDate | DateLastRegl | DateReference | {#EndDate | #}Available | isPaid | idcaro | Adresse | Price | {#Mensuel | IsPaid | PaidMonths | Duration | #}Loueur | Proprietaire | {#Modele | #}Image | {#Finished | #}actions |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ 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 |