{% extends 'layouts/base.html.twig' %} {% block title %}Rental index {% endblock %} {% block body %} {#
#}

Locations

{{ form_start(form) }}
{{ form_row(form.id) }}
{{ form_end(form) }}
{% for rental in pagination %} {% else %} {% endfor %}
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, '.', ' ') }}
{% if is_granted("ROLE_EDITOR") %} Modifier Créer contrat
{% endif %}
Aucune location trouvée {% if is_granted("ROLE_EDITOR") %} Ajouter une location {% endif %}
{% if is_granted("ROLE_EDITOR") %} Ajouter une location {% endif %}
{#
#} {% endblock %} {% block javascript %} {{ parent() }} {% endblock %}