{% if title %}

{{ title }}

{% endif %} {% if json.err and extranet.err and transmlph.err and aiden.err %}

Informations indisponibles.

{% else %} {% with json_data=json|get:"data"|list extranet_data=extranet|get:"data"|list transmlph_data=transmlph|get:"data"|list aiden_data=aiden|get:"data"|list %} {% with data=json_data|add:extranet_data|add:transmlph_data|add:aiden_data %} {% if data %} {% else %}

Aucune demande.

{% endif %} {% endwith %} {% endwith %} {% endif %}