{% apply spaceless %}
{# {% cache "colonnes_gauches_annonces" ttl(86400) %} #}
{# 86400s = 1jour #}
<!--COLONNE GAUCHE -->
<div class="d-none d-lg-block col-md-4 col-lg-3 text-center col-gauche">
<!--BLOC DEPOSEZ ANNONCE -->
{% include 'includes/bloc/deposez_annonce.html.twig' %}
<!--FIN BLOC DEPOSEZ ANNONCE -->
<!--BLOC DIFFUSEZ CV -->
{% include 'includes/bloc/diffusez_cv.html.twig' %}
<!--FIN BLOC DIFFUSEZ CV -->
<!--BLOC SPECIMEN CIBLE POTENTIELLE -->
{% include 'includes/bloc/specimen_cible_potentielle.html.twig' %}
<!--FIN BLOC SPECIMEN CIBLE POTENTIELLE -->
<!--BLOC PUB SKYSCRAPER -->
{% include 'includes/bloc/pub_skyscraper.html.twig' %}
<!--FIN BLOC PUB SKYSCRAPER -->
<!--BLOC CONSULTER ANNUAIRE DES PARTICIPATIONS -->
{# TO DO #}
<!--FIN BLOC CONSULTER ANNUAIRE DES PARTICIPATIONS -->
</div>
<!--FIN COLONNE GAUCHE -->
{# {% endcache %} #}
{% endapply %}