templates/includes/colonne_gauche_cv_repreneurs.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 DIFFUSEZ CV -->
  7.     {% include 'includes/bloc/diffusez_cv.html.twig' %}
  8.     <!--FIN BLOC DIFFUSEZ CV -->
  9.     <!--BLOC CONSULTER ANNUAIRE REPRENEURS -->
  10.     {# TO DO #}
  11.     <!--FIN CONSULTER ANNUAIRE REPRENEURS -->
  12. </div>
  13. <!--FIN COLONNE GAUCHE -->
  14. {# {% endcache %} #}
  15. {% endapply %}