templates/includes/colonne_gauche_cibles_potentielles.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 SPECIMEN CIBLE POTENTIELLE -->
  14.     {% include 'includes/bloc/specimen_cible_potentielle.html.twig' %}
  15.     <!--FIN BLOC SPECIMEN CIBLE POTENTIELLE -->
  16.     <!--BLOC PUB SKYSCRAPER -->
  17.     {% include 'includes/bloc/pub_skyscraper.html.twig' %}
  18.     <!--FIN BLOC PUB SKYSCRAPER -->
  19.     <!--BLOC CONSULTER ANNUAIRE DES PARTICIPATIONS -->
  20.     {# TO DO #}
  21.     <!--FIN BLOC CONSULTER ANNUAIRE DES PARTICIPATIONS -->
  22. </div>
  23. <!--FIN COLONNE GAUCHE -->
  24. {# {% endcache %} #}
  25. {% endapply %}