{% extends "excerpts/base.body.html" %} {% block our_ref %} {{tr("U. Zeichen",fr="Notre réf.")}}: {{obj.user.initials}}/{{obj.signer.initials}}/{{obj.client.id}}/{{this.id}} {% endblock %} {% block title %} {% if language != settings.SITE.get_default_language() %}
({{_("Translation")}})
{% else %} {% endif %}{{tr(en="We hereby certify that", de="Hiermit bescheinigen wir, dass", fr="Par la présente nous certifions que")}}
{{obj.client.get_full_name(nominative=True)}}
{{tr(de="Nationalregisternummer",fr="Numéro du Registre National")}}
{{obj.client.national_id}}
{{obj.confirmation_address()}}
{#
{{tr(de="wohnhaft zu",fr="domicilié"+obj.client.mf("","e","(e)")+" à")}}
{{', '.join(obj.client.address_location_lines())}}
#}
{{ obj.confirmation_text() }}
{% endblock %} {% if obj.remark %}{{ obj.remark }}
{% endif %} {% endblock %}