templates/retirage/step1.html.twig line 1

Open in your IDE?
  1. {{ form_start(retirage_form) }}
  2. {{ form_row(retirage_form._token) }}
  3. <div id="step-1">
  4.     <div class="row mt-50">
  5.         <div class="col-md-12 col-sm-12 width-box-step1 m-0-auto">
  6.             {{ form_widget(retirage_form.isNumeric, { 'attr': {'class': 'step1-btn-retirage-next'} }) }}
  7.         </div>
  8.     </div>
  9. </div>