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