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