templates/includes/colonne_gauche_details_annonce.html.twig line 1

Open in your IDE?
  1. {% apply spaceless %}
  2. {# {% cache "colonnes_gauches_annonces" ttl(86400) %} #}
  3. {#  86400s = 1jour   #}
  4. <!--COLONNE GAUCHE -->
  5. <div class="d-none d-lg-block col-md-4 col-lg-3 text-center col-gauche">
  6.     <!--BLOC DEPOSEZ ANNONCE -->
  7.     {% include 'includes/bloc/deposez_annonce.html.twig' %}
  8.     <!--FIN BLOC DEPOSEZ ANNONCE -->
  9.     <!--BLOC DIFFUSEZ CV -->
  10.     {% include 'includes/bloc/diffusez_cv.html.twig' %}
  11.     <!--FIN BLOC DIFFUSEZ CV -->
  12.     
  13.     <!--BLOC SATISFAIT OU RECREDITE -->
  14.     {% include 'includes/bloc/satisfait_ou_recredite.html.twig' %}
  15.     <!--FIN BLOC SATISFAIT OU RECREDITE -->
  16.     <!--BLOC VOUS ETES REPRENEUR -->
  17.     {% include 'includes/bloc/vous_etes_un_repreneur.html.twig' %}
  18.     <!--FIN BLOC VOUS ETES REPRENEUR -->
  19.     <!--BLOC PUB SKYSCRAPER -->
  20.     {% include 'includes/bloc/pub_skyscraper.html.twig' %}
  21.     <!--FIN BLOC PUB SKYSCRAPER -->
  22. </div>
  23. <!--FIN COLONNE GAUCHE -->
  24. {# {% endcache %} #}
  25. {% endapply %}