{# =======================================================
## == Présentation de chaque pole
## ======================================================= #}
{% for pole in obj.poles %}
{% if pole.show == true %}
{% include 'pole/planning/pole.html.twig' with {'pole': pole, 'obj': obj, 'mode': 'edit' } %}
{% endif %}
{% endfor %}