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

Open in your IDE?
  1. {% apply spaceless %}
  2.   {% cache "colonnes_gauches_annonces" ttl(86400) %} 
  3. {#  86400s = 1jour   #}
  4. <!--BLOC DIFFUSEZ CV -->
  5. <div class="col-sm-12 my-3 no-padding-x">
  6.     <a href="{{ path('compte_cv_repreneur',{'codePays':codePaysWithUnderScore  }) }}">
  7.         <button type="button" class="btn btn-vendeur btn-block">
  8.             <div class="icon-btn-vous"><i class="far fa-address-card fa-2x white"></i></div>&nbsp;
  9.             <div class="float-right pt-1" style="font-size: .97rem;" >{{ translate("diffusez votre cv repreneur" ,lang,"","M") | raw }}</div>
  10.         </button>
  11.     </a>
  12. </div>
  13. <!--FIN BLOC DIFFUSEZ CV -->
  14.   {% endcache %} 
  15. {% endapply %}