templates/app/online_registration/step-4.html.twig line 1
<div>
<label for="prechild_trust_perso_one" class="required">{{ form_label(form.trust_perso_one) }}</label>
{{ form_widget(form.trust_perso_one) }}
<div class="text-danger" style="margin-top: 0.25rem;">
<small>{{ form_errors(form.trust_perso_one) }}</small>
</div>
<div class="text-info" style="margin-top: 0.25rem;">
<small>{{ form_help(form.trust_perso_one) }}</small>
</div>
</div>
<div>
<label for="prechild_trust_perso_one_phone" class="required">{{ form_label(form.trust_perso_one_phone) }}</label>
{{ form_widget(form.trust_perso_one_phone) }}
<div class="text-danger" style="margin-top: 0.25rem;">
<small>{{ form_errors(form.trust_perso_one_phone) }}</small>
</div>
<div class="text-info" style="margin-top: 0.25rem;">
<small>{{ form_help(form.trust_perso_one_phone) }}</small>
</div>
</div>
<hr>
<div>
<label for="prechild_trust_perso_two" class="required">{{ form_label(form.trust_perso_two) }}</label>
{{ form_widget(form.trust_perso_two) }}
<div class="text-danger" style="margin-top: 0.25rem;">
<small>{{ form_errors(form.trust_perso_two) }}</small>
</div>
<div class="text-info" style="margin-top: 0.25rem;">
<small>{{ form_help(form.trust_perso_two) }}</small>
</div>
</div>
<div>
<label for="prechild_trust_perso_two_phone" class="required">{{ form_label(form.trust_perso_two_phone) }}</label>
{{ form_widget(form.trust_perso_two_phone) }}
<div class="text-danger" style="margin-top: 0.25rem;">
<small>{{ form_errors(form.trust_perso_two_phone) }}</small>
</div>
<div class="text-info" style="margin-top: 0.25rem;">
<small>{{ form_help(form.trust_perso_two_phone) }}</small>
</div>
</div>
<hr>
<div>
<label for="prechild_trust_perso_three" class="required">{{ form_label(form.trust_perso_three) }}</label>
{{ form_widget(form.trust_perso_three) }}
<div class="text-danger" style="margin-top: 0.25rem;">
<small>{{ form_errors(form.trust_perso_three) }}</small>
</div>
<div class="text-info" style="margin-top: 0.25rem;">
<small>{{ form_help(form.trust_perso_three) }}</small>
</div>
</div>
<div>
<label for="prechild_trust_perso_three_phone" class="required">{{ form_label(form.trust_perso_three_phone) }}</label>
{{ form_widget(form.trust_perso_three_phone) }}
<div class="text-danger" style="margin-top: 0.25rem;">
<small>{{ form_errors(form.trust_perso_three_phone) }}</small>
</div>
<div class="text-info" style="margin-top: 0.25rem;">
<small>{{ form_help(form.trust_perso_three_phone) }}</small>
</div>
</div>