{% load combo %} {% if json.data %} {% with user=json.data %}
{% include "rsu/identite-mini.html" with user=user %} Responsabilité sur cet enfant Autre recherche
{% if user.parents %}

Parents

{% for user in user.parents|dictsort:"date_de_naissance" %}
{% include "rsu/identite-mini.html" with user=user %}
{% endfor %} {% endif %}

 

{% endwith %} {% else %}

Pour ajouter un enfant à l’individu affiché ci-contre, utiliser la recherche ci-dessus.

{% endif %}