{% load combo %} {% if json.data %} {% with user=json.data %} {% include "rsu/identite-mini.html" with user=user %} {% if request.GET.rsu_adult %}

{% if not user.union %} Déclarer cette union {% else %} Déjà en union avec {{ user.union.nom_de_naissance }} {% if user.union.nom_d_usage %}({{ user.union.nom_d_usage }}){% endif %} {{ user.union.prenoms }} #{{ user.union.id }}
{% endif %} Autre recherche

{% endif %} {% if user.enfants %}

Enfants

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

 

{% endwith %} {% else %}

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

{% endif %}