{% extends 'renter/index.html.twig' %} {% block sidebard %} {% endblock %} {% block dashboard_current %} {% endblock %} {% block dashboard_body %}

findByIduserByStartDate($user); - loyer/loyerstartdate.html.twig - {{ app.user.name }}

{% for r in rentals %} {% endfor %}
# Id DateRegl DateStart Ongoing notStarted autre Loueur PaidMonth Adresse Statut
{{ r.getLoyer.id }} {{ r.getLoyer.relation.id }} {{ r.getLoyer.dateregl|date("d/m/Y") }} {{ r.getLoyer.relation.startDate|date("d/m/Y") }} {{ r.ongoing }} {{ r.notStarted }} {{ r.autre }} {{ r.getLoyer.iduser }}{{ r.getLoyer.relation.user }} {{ r.getLoyer.relation.paidMonths }} {{ r.getLoyer.relation.caro.adresse }} {% if r.ongoing and not r.autre %} Vous devez payer {% endif %} Détails
{% endblock %} {% block panel_scripts %} {% endblock %}