{% load static %}

Mes ATTESTATIONS

{% if data %}
ENFANT
PÉRIODE
ACTIVITÉS
TÉLÉCHARGER
{% for attestation in data %}
{{ attestation.child }}
{{ attestation.name }}
{{ attestation.start_date }} → {{ attestation.end_date }}
{{ attestation.activity_categories }}
{% endfor %}
{% else %}

Aucune attestation disponible pour le moment.

{% endif %}