{% for item in data_query %} {% if item.GES_OK == True and item.GES_Date_Sup and item.GES_SUP == True %} {% elif item.GES_OK == True and item.GES_Date_Sup %} {% elif item.GES_OK == True %} {% else %} {% endif %} {% endfor %}
Site Service Fonction Nom Prénom Date d'arrivée Date de départ Applications Outils
{{item.GES_Site}} {{item.GES_Service}} {{item.GES_Fonction}} {{item.GES_Nom}} {{item.GES_Prenom}} {% if item.GES_Date %}{{item.GES_Date}}{% else %} {% endif %} {% if item.GES_Date_Sup %}{{item.GES_Date_Sup}}{% else %} {% endif %} {% if item.GES_APPs != "" %}{% for apps in item.GES_APPs.all %}{{ apps.GESAP_Nom }}{% if not forloop.last %}, {% endif %}{% endfor %}{% else %} {% endif %}