templates/includes/bloc/deposez_annonce.html.twig line 1

Open in your IDE?
  1. {% apply spaceless %}
  2. {# {% cache "colonnes_gauches_annonces" ttl(86400) %}#}
  3. {#  86400s = 1jour   #}
  4. <!--BLOC DEPOSEZ ANNONCE -->
  5. <div class="col-sm-12 my-3 no-padding-x">
  6.     <a href="{{ path('depot_annonce_index', {'codePays': codePaysWithUnderScore}) }}">
  7.         <button type="button" class="btn btn-acheteur btn-block">
  8.             <div class="icon-btn-vous"><i class="fas fa-edit fa-2x white"></i></div>
  9.             <div class="float-right pt-1" style="font-size: .97rem;"> {{ translate("deposez une annonce" ,lang,"","M") | raw }}</div>
  10.         </button>
  11.     </a>
  12. </div>
  13. <!--FIN BLOC DEPOSEZ ANNONCE -->
  14. {# {% endcache %}#}
  15. {% endapply %}