templates/app/online_registration/step-4.html.twig line 1

  1. <div>
  2.     <label for="prechild_trust_perso_one" class="required">{{ form_label(form.trust_perso_one) }}</label>
  3.     {{ form_widget(form.trust_perso_one) }}
  4.     <div class="text-danger" style="margin-top: 0.25rem;">
  5.         <small>{{ form_errors(form.trust_perso_one) }}</small>
  6.     </div>
  7.     <div class="text-info" style="margin-top: 0.25rem;">
  8.         <small>{{ form_help(form.trust_perso_one) }}</small>
  9.     </div>
  10. </div>
  11. <div>
  12.     <label for="prechild_trust_perso_one_phone" class="required">{{ form_label(form.trust_perso_one_phone) }}</label>
  13.     {{ form_widget(form.trust_perso_one_phone) }}
  14.     <div class="text-danger" style="margin-top: 0.25rem;">
  15.         <small>{{ form_errors(form.trust_perso_one_phone) }}</small>
  16.     </div>
  17.     <div class="text-info" style="margin-top: 0.25rem;">
  18.         <small>{{ form_help(form.trust_perso_one_phone) }}</small>
  19.     </div>
  20. </div>
  21. <hr>
  22. <div>
  23.     <label for="prechild_trust_perso_two" class="required">{{ form_label(form.trust_perso_two) }}</label>
  24.     {{ form_widget(form.trust_perso_two) }}
  25.     <div class="text-danger" style="margin-top: 0.25rem;">
  26.         <small>{{ form_errors(form.trust_perso_two) }}</small>
  27.     </div>
  28.     <div class="text-info" style="margin-top: 0.25rem;">
  29.         <small>{{ form_help(form.trust_perso_two) }}</small>
  30.     </div>
  31. </div>
  32. <div>
  33.     <label for="prechild_trust_perso_two_phone" class="required">{{ form_label(form.trust_perso_two_phone) }}</label>
  34.     {{ form_widget(form.trust_perso_two_phone) }}
  35.     <div class="text-danger" style="margin-top: 0.25rem;">
  36.         <small>{{ form_errors(form.trust_perso_two_phone) }}</small>
  37.     </div>
  38.     <div class="text-info" style="margin-top: 0.25rem;">
  39.         <small>{{ form_help(form.trust_perso_two_phone) }}</small>
  40.     </div>
  41. </div>
  42. <hr>
  43. <div>
  44.     <label for="prechild_trust_perso_three" class="required">{{ form_label(form.trust_perso_three) }}</label>
  45.     {{ form_widget(form.trust_perso_three) }}
  46.     <div class="text-danger" style="margin-top: 0.25rem;">
  47.         <small>{{ form_errors(form.trust_perso_three) }}</small>
  48.     </div>
  49.     <div class="text-info" style="margin-top: 0.25rem;">
  50.         <small>{{ form_help(form.trust_perso_three) }}</small>
  51.     </div>
  52. </div>
  53. <div>
  54.     <label for="prechild_trust_perso_three_phone" class="required">{{ form_label(form.trust_perso_three_phone) }}</label>
  55.     {{ form_widget(form.trust_perso_three_phone) }}
  56.     <div class="text-danger" style="margin-top: 0.25rem;">
  57.         <small>{{ form_errors(form.trust_perso_three_phone) }}</small>
  58.     </div>
  59.     <div class="text-info" style="margin-top: 0.25rem;">
  60.         <small>{{ form_help(form.trust_perso_three_phone) }}</small>
  61.     </div>
  62. </div>