{% extends "excerpts/base.body.html" %} {% block body %}

{{tr(en="We hereby certify that", de="Hiermit bescheinigen wir, dass", fr="Par la présente nous certifions que")}}

{{this.project.get_full_name(nominative=True)}}
{{tr(de="Nationalregisternummer",fr="Numéro du Registre National")}} {{this.project.national_id}}
{{tr(de="wohnhaft zu",fr="domicilié"+this.project.mf("","e","(e)")+" à")}} {{', '.join(this.project.address_location_lines())}}

{% endblock %}