{% apply spaceless %}
<!--BLOC SPECIMEN CIBLE POTENTIELLE -->
{% if is_example is not defined or not is_example %}
<div class="col-sm-12 mt-5 mb-3 no-padding-x">
<a href="{{ url_participation_exemple }}?from=cibles_potentielles&from_exemple=1" target="_blank" title="{{ translate("cible potentielles - 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 exemple de cible potentielle" ,lang,"","M") | raw }}</div>
</button>
</a>
</div>
{% endif %}
<!--FIN BLOC SPECIMEN CIBLE POTENTIELLE -->
{% endapply %}