templates/includes/colonne_gauche_fonds_acquereurs.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 CONSULTER ANNUAIRE FONDS INVESTISSEMENT -->
  7.     {# TO DO #}
  8.     <!--FIN CONSULTER ANNUAIRE FONDS INVESTISSEMENT -->
  9. </div>
  10. <!--FIN COLONNE GAUCHE -->
  11. {# {% endcache %} #}
  12. {% endapply %}