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

{% endif %}

{{obj.get_excerpt_title()}}

{% endblock %} {% block body %} {% block intro %}

{{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())}} #}

{% endblock %} {% block what %}

{{ obj.confirmation_text() }}

{% endblock %} {% if obj.remark %}

{{ obj.remark }}

{% endif %} {% endblock %}