{% extends "aids/Confirmation/certificate.body.html" %} {% block what %}

{%- if language == 'de' -%} {{when}} eine laut Gesetz vom 2. April 1965 eingeführte Sozialhilfe für Ausländer {%- if obj.amount %} in Höhe von {{decfmt(obj.amount)}} €/Monat {% endif -%} {%- if obj.category %} (Kategorie: {{obj.category}}) {% endif %} {{iif(obj.is_past(), "bezogen hat", "bezieht")}}. {%- else -%} {{iif(obj.is_past(), "a bénéficié", "bénéficie")}} {{when}} d'une aide sociale pour étrangers prévue par la loi du 2 avril 1965 {%- if obj.amount %} d'un montant de {{decfmt(obj.amount)}} €/mois {% endif -%} {%- if obj.category %} (Catégorie: {{obj.category}}) {% endif -%}. {%- endif -%}

{% endblock %}