{% extends "passerelle/manage/service_view.html" %} {% load i18n passerelle %} {% block description %} {% endblock %} {% block endpoints %}
id | text | birthdate | keywords |
---|---|---|---|
{{ adult.id }} | {{ adult.text }} | {{ adult.birthdate }} | {{ adult.keywords|join:' ' }} |
id | text | birthdate | keywords |
---|---|---|---|
{{ child.id }} | {{ child.text }} | {{ child.birthdate }} | {{ child.keywords|join:' ' }} |
id | adults | children | contacts | keywords |
---|---|---|---|---|
{{ family.id }} | {{ family.adults|join:', ' }} | {{ family.children|join:', ' }} | {{ family.contacts|join:', ' }} | {{ family.keywords|join:' ' }} |
{% trans 'Access is limited to the following API users:' %}
{% access_rights_table resource=object permission='can_access' %} {% endblock %}