{% load i18n %} {% if family %}
{% 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 %}