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

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