{% load combo %} {% if not json.err and not plateforme.err and plateforme.data %} {% with data=json.data %}
Nom | Prénom | Courriel | Téléphone | {% for acc in data %} {% if acc.role == "Coordonnateur" %}{{ acc.nom|default:"" }} | {{ acc.prenom|default:"" }} | {% if acc.email %}{{ acc.email }}{% endif %} | {% if acc.tel %}{{ acc.tel }}{% endif %} | {% endif %} {% endfor %}
---|