{% load combo %} {% if not json.err and not plateforme.err and plateforme.data %} {% with data=json.data %}

{{ plateforme.data.name }}

Coordonateurs

{% for acc in data %} {% if acc.role == "Coordonnateur" %} {% endif %} {% endfor %}
Nom Prénom Courriel Téléphone
{{ acc.nom|default:"" }} {{ acc.prenom|default:"" }} {% if acc.email %}{{ acc.email }}{% endif %} {% if acc.tel %}{{ acc.tel }}{% endif %}
{% endwith %} {% endif %}