{% if object.get_recent_inactive_subscriptions.exists %}
Cet·te adhérent·e possède un service en cours ou résilié depuis moins
d'un an. Légalement, il faut conserver sa fiche un an après la
résiliation du service.
{% endif %}
{% if object.loans.running.exists %}
Cet·te adhérent·e possède du matériel non rendu :
{% for i in object.loans.running %}
{{ i.item }}{% if not forloop.last %}, {% endif %}.
{% endfor %}