{% load i18n %} {% if family %}

{% trans "Informations related to your family" %}

{% with data=family.data %} {% if data %} {% if data.adults %}

{% trans "Adults" %}

{% endif %} {% if data.children %}

{% trans "Children" %}

{% endif %} {% else %}

{% trans "No family linked to your account." %}

{% endif %} {% endwith %} {% else %}

{% trans "You have to connect and link you account to a family" %}

{% endif %}