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