{% extends 'base.html.twig' %} {% block stylesheets %} {% endblock %} {% block body %} {% if app.user.isOwner == false %} {% else %}

Historique des locataires:

{% endif %}
{% if properties|length %} {% for property in properties %} {% for tenant in property.tenants %} {% endfor %} {% endfor %} {% else %}

Aucun bien n'a été trouvé

{% endif %}
{% endblock %}