{% extends 'layouts/base.html.twig' %} {% block title %}Rental index {% endblock %} {% block body %} {#
| Locataire | Bien | Locataire, Bien | {{ knp_pagination_sortable(pagination, 'Début', 'start_date') }} {% if sortDirection == 'asc' %} ↑ {% else %} ↓ {% endif %} | {{ knp_pagination_sortable(pagination, 'Fin', 'end_date') }} | Jour de paiement | Relance avant échéance | Fréquence loyer | Loyer mensuel | Archivé | Actions | # |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ rental.tenant }} | {{ rental.property }} | {{ rental.tenant }}, {{ rental.property }} |
{{ rental.startDate ? rental.startDate|date('d/m/Y') : '' }} | {{ rental.endDate ? rental.endDate|date('d/m/Y') : '' }} | {{ rental.jourEcheance }} | {{ rental.generationLoyer }} | {{ choicesInv[rental.frequenceLoyer] }} | {{ rental.monthlyRent|number_format(0, '.', ' ') }} |
|
||
| Aucune location trouvée {% if is_granted("ROLE_EDITOR") %} Ajouter une location {% endif %} | |||||||||||