{% apply spaceless %}
{# {% cache "colonnes_gauches" ttl(86400) %} #}
{# 86400s = 1jour #}
<!--COLONNE GAUCHE -->
<div class="d-none d-lg-block col-md-4 col-lg-3 text-center col-gauche">
{% if "depot_annonce" not in twig_vars.currentRoute%}
<!--BLOC DEPOSEZ ANNONCE -->
{% include 'includes/bloc/deposez_annonce.html.twig' %}
<!--FIN BLOC DEPOSEZ ANNONCE -->
{% endif %}
<!--BLOC DIFFUSEZ CV -->
{% include 'includes/bloc/diffusez_cv.html.twig' %}
<!--FIN BLOC DIFFUSEZ CV -->
{% if "depot_annonce" not in twig_vars.currentRoute%}
<!--BLOC PUB SKYSCRAPER -->
{% include 'includes/bloc/pub_skyscraper.html.twig' %}
<!--FIN BLOC PUB SKYSCRAPER -->
{% endif %}
</div>
<!--FIN COLONNE GAUCHE -->
{# {% endcache %} #}
{% endapply %}