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

Open in your IDE?
  1. {% apply spaceless %}
  2. <!--BLOC SPECIMEN CIBLE POTENTIELLE -->
  3. {% if is_example is not defined or not is_example %}
  4. <div class="col-sm-12 mt-5 mb-3 no-padding-x">
  5.     <a href="{{ url_participation_exemple }}?from=cibles_potentielles&from_exemple=1" target="_blank" title="{{ translate("cible potentielles - SPECIMEN" ,lang,"","M") | raw }}">
  6.         <button class="btn btn-cabinet btn-block">
  7.             <div class="icon-btn-vous">
  8.                 <i class="fas fa-chart-bar fa-2x blanc" aria-hidden="true"></i>
  9.             </div>
  10.             <div class="text-center">
  11.                 <h3>{{ translate("specimen" ,lang,"","M") | raw | upper }}</h3>
  12.             </div>
  13.             <div class="float-right pt-1" style="font-size: .90rem;">{{ translate("consultez un exemple de cible potentielle" ,lang,"","M") | raw }}</div>
  14.         </button>
  15.     </a>
  16. </div>
  17. {% endif %}
  18. <!--FIN BLOC SPECIMEN CIBLE POTENTIELLE -->
  19. {% endapply %}