{% 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." %}

{% url 'family-link' as link_url %}

{% blocktrans %}If you have family credentials, please click here to link your personal account to it. {% endblocktrans %}

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

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

{% endif %}