{% apply spaceless %}
<!--BLOC SPECIMEN CRO -->
<div class="col-sm-12 mt-5 mb-3 no-padding-x">
<a href="{{ path('base_valorisations_specimen',{'codePays':codePaysWithUnderScore }) }}" title="{{ translate("compte rendu d'opération - SPECIMEN" ,lang,"","M") | raw }}">
<button class="btn btn-cabinet btn-block">
<div class="icon-btn-vous">
<i class="fas fa-chart-bar fa-2x blanc" aria-hidden="true"></i>
</div>
<div class="text-center">
<h3>{{ translate("specimen" ,lang,"","M") | raw | upper }}</h3>
</div>
<div class="float-right pt-1" style="font-size: .90rem;">{{ translate("consultez un compte rendu d'opération" ,lang,"","M") | raw }}</div>
</button>
</a>
</div>
<!--FIN BLOC SPECIMEN CRO -->
{% endapply %}