{% load static %}

Mes ATTESTATIONS

{% if data.items.tax_certificates %}

Mes ATTESTATIONS FISCALES

TITRE
PÉRIODE
TÉLÉCHARGER
{% for attestation in data.items.tax_certificates %}
{{ attestation.name }}
{{ attestation.start_date }} → {{ attestation.end_date }}
{% endfor %}
{% endif %} {% if data.items.mutuality_certificates %}

Mes ATTESTATIONS MUTUELLES

ENFANT
PÉRIODE
TÉLÉCHARGER
{% for attestation in data.items.mutuality_certificates %}
{{ attestation.name }}
{{ attestation.start_date }} → {{ attestation.end_date }}
{% endfor %}
{% endif %}
Retour au Portail Parent