{% if title %}
| N° | Créé le | Titre | Domaine | Lieu | Mise à jour le | Statut | {% for demand in json.data %}
|---|---|---|---|---|---|---|
| {{ demand.form_number }} | {{ demand.form_receipt_date|date:"d-m-Y" }} |
{{ demand.fields.titre|default:"" }}
{% if gestionnaire == "true" %}
{% autoescape off %}
{% if demand.fields.dc_organisme_fusion_libelle %}
{{ demand.fields.dc_organisme_fusion_libelle|truncatechars:60|upper }} / {% endif %}demande soumise par {{ demand.user.name }} {% endautoescape %} {% endif %} |
{% if demand.fields.type_n2 %}{{ demand.fields.type_n2 }} - {% endif %} {% if demand.fields.type_n3 %}{{ demand.fields.type_n3 }} - {% endif %} {{ demand.fields.corps_etat }} - {{ demand.fields.motif }} | {% firstof demand.workflow.fields.bien demand.workflow.fields.adresse "" %} | {{ demand.form_last_update_datetime|date:"d-m-Y" }} | {% if is_portal_agent %}{{ demand.form_status }}{% else %}{{ demand.status }}{% endif %} |
Aucune demande.