{% extends 'base.html.twig' %} {% block stylesheets %} {% endblock %} {% block body %}
Janv | Fév | Mars | Avr | Mai | Juin | Juil | Août | Sept | Oct | Nov | Déc | |
{{year}} | {% for rents in property.sortRentsByDate(year) %} {% set totalRent = 0 %}
{% for rent in rents %}
{% set totalRent = totalRent + rent.amount %}
{% endfor %}
{{ totalRent }}€ |
{% endfor %}
Aucun historique n'a été trouvé
{% endif %} {% endblock %}