{% if item.sector %}
{% if item.sector.pillar %}
{{item.sector.pillar.label}}
|
{% endif %}
{{item.sector.label}}
{% endif %}
{{label}} :
{% endmacro %}
{% if item.cost %}
{{_self.info("Coût estimatif", item.cost)}}
{% endif %}
{% if item.area %}
{{_self.info("Zone d'intervention", item.area)}}
{% endif %}
{% if item.runtime %}
{{_self.info("Délai d'exécution", item.runtime)}}
{% endif %}
{% if item.plannedStartDate %}
{{_self.info("Démarrage prévisionnel", item.plannedStartDate)}}
{% endif %}
{% if item.status %}
{{_self.info("Statut", item.status)}}
{% endif %}
{% if item.supervising %}
{{_self.info("Supervision", item.supervising.name)}}
{% endif %}
{% if item.structure %}
{{_self.info("Exécution", item.structure.name)}}
{% endif %}
{% if item.AMO %}
{{_self.info("AMO", item.AMO)}}
{% endif %}
{% if item.MOE %}
{{_self.info("MOE", item.MOE)}}
{% endif %}
{% if item.provider %}
{{_self.info("Prestataire", item.provider)}}
{% endif %}
{% if item.document %}