{% extends 'base.html.twig' %} {% block stylesheets %} {% endblock %} {% block body %}

Historique du bien :{{property}}

{% if property.yearsInRent|length %} {% for year in property.yearsInRent %} {% for rents in property.sortRentsByDate(year) %} {% set totalRent = 0 %} {% endfor %} {% endfor %}
Janv Fév Mars Avr Mai Juin Juil Août Sept Oct Nov Déc
{{year}} {% for rent in rents %} {% set totalRent = totalRent + rent.amount %} {% endfor %}

{{ totalRent }}€

{% else %}

Aucun historique n'a été trouvé

{% endif %} {% endblock %}