{% if not json.err %}

Activités auxquelles l’enfant est inscrit·e

{% for enfant in json.data %}{% if enfant.IDPERSONNE == idpersonne %} {% endif %}{% endfor %}
{% else %} {{ json.err_desc|default:"erreur inconnue" }} {% endif %}