templates/inscription/step_four.html.twig line 1

Open in your IDE?
  1. <div id="step-4" style="display:none;">
  2.     <div class="steps mb-12">
  3.         <div class="step">Étape 1</div>
  4.         <div class="step">Étape 2</div>
  5.         <div class="step ">Étape 3</div>
  6.         <div class="step active">Étape 4</div>
  7.     </div>
  8.    {# <div id="cgv" style=" width: 100%; 
  9.     max-width: 800px; 
  10.     height: 300px; 
  11.     overflow-y: auto; 
  12.     border: 1px solid #ccc; 
  13.     padding: 10px;
  14.     background: white; 
  15.     font-family: Arial, sans-serif; 
  16.     white-space: pre-wrap;">
  17.         {{ cgv | raw }}
  18.     </div>
  19.     <br>
  20.     <br>
  21.     <br> #}
  22.     <div id="cgu" style="font-size:16px; width: 100%;height: 300px; overflow-y: auto; border: 1px solid #ccc; padding: 10px; background: white; font-family: Arial, sans-serif;"> {{ cgu | raw }}
  23.      </div>
  24.      <label class="text-check" for="cgu-accept" style="margin-left: 5px; cursor: pointer;">
  25.      <input id="cgu-accept" type="checkbox" class="mr-1">
  26.      
  27.      Je confirme avoir lu et accepté les <span id="content-cgu" class="cursor" style="color:#2885df;">Conditions Générales de Vente (CGU).</span> </label>
  28.      <br>
  29.      <div id="contrat-partenaire" style=" width: 100%; 
  30.     height: 300px; 
  31.     overflow-y: auto; 
  32.     border: 1px solid #ccc; 
  33.     padding: 10px;
  34.     background: white; 
  35.     font-family: Arial, sans-serif;font-size:16px">
  36.         {{ contrat_subcontractor(company) | raw }}
  37.     </div>
  38.     <label class="text-check" for="contract-accept" style="margin-left: 5px; cursor: pointer;">
  39.     <input class="mr-1" id="contract-accept" type="checkbox" >
  40.     Je confirme avoir lu et accepté le <span id="all-content" class="cursor" style="color:#2885df;"> contrat.</span> 
  41.     </label>
  42.     <br>
  43. <p id="element-error-message-step-4" style="color: rgb(185, 71, 71); font-size: 12px;">
  44. <div id="all-btn-step-4" style="display:none;">
  45.     <button id="btn-back-step-3" style="margin-right: 15px;" type="button" class="btn btn-primary-custom font-weight-bold" data-kt-stepper-action="submit" {{ stimulus_action('inscription--handle','backStepThree','click') }}>
  46.             <span class="indicator-label">
  47.                 Retour
  48.             </span>
  49.     </button>
  50.     <button id="btn-step-final" style="margin-right: 15px;" type="button" class="btn btn-primary-custom font-weight-bold" data-kt-stepper-action="submit" {{ stimulus_action('inscription--handle','finalStep','click') }}>
  51.         <span class="indicator-label">
  52.                 Terminer
  53.         </span>
  54.     </button>
  55. </div>