{% set client=this.owner %}
{{tr(de="U. Zeichen", fr="Notre réf.")}}: {{ar.get_user().initials}}/{{client.get_primary_coach().initials}}/{{this.id}}
{{client.get_full_name(nominative=True)}}
{{tr(de="INSS", fr="NISS")}}
{{client.national_id}}
{{tr(de="wohnhaft zu", fr="domicilié" + client.mf("", "e", "(e)") + " à")}}
{{', '.join(client.address_location_lines())}}
{% for T in (lino.pcsw.CoachingsByClient, lino.pcsw.AddressesByClient) %} {{ar.show(T, client, header_level=2)}} {% endfor %}