templates/app/online_registration/step-3.html.twig line 1
<div>
<label for="prechild_family_situation" class="required">{{ form_label(form.family_situation) }}</label>
{{ form_widget(form.family_situation) }}
<div class="text-danger" style="margin-top: 0.25rem;">
<small>{{ form_errors(form.family_situation) }}</small>
</div>
<div class="text-info" style="margin-top: 0.25rem;">
<small>{{ form_help(form.family_situation) }}</small>
</div>
</div>
<br>
<h5> {% trans %} Father {% endtrans %} </h5>
<div>
<label for="prechild_father_first_name" class="required">{{ form_label(form.father_first_name) }}</label>
{{ form_widget(form.father_first_name) }}
<div class="text-danger" style="margin-top: 0.25rem;">
<small>{{ form_errors(form.father_first_name) }}</small>
</div>
<div class="text-info" style="margin-top: 0.25rem;">
<small>{{ form_help(form.father_first_name) }}</small>
</div>
</div>
<div>
<label for="prechild_father_last_name" class="required">{{ form_label(form.father_last_name) }}</label>
{{ form_widget(form.father_last_name) }}
<div class="text-danger" style="margin-top: 0.25rem;">
<small>{{ form_errors(form.father_last_name) }}</small>
</div>
<div class="text-info" style="margin-top: 0.25rem;">
<small>{{ form_help(form.father_last_name) }}</small>
</div>
</div>
<div>
<label for="prechild_father_job" class="required">{{ form_label(form.father_job) }}</label>
{{ form_widget(form.father_job) }}
<div class="text-danger" style="margin-top: 0.25rem;">
<small>{{ form_errors(form.father_job) }}</small>
</div>
<div class="text-info" style="margin-top: 0.25rem;">
<small>{{ form_help(form.father_job) }}</small>
</div>
</div>
<div>
<label for="prechild_father_phone" class="required">{{ form_label(form.father_phone) }}</label>
{{ form_widget(form.father_phone) }}
<div class="text-danger" style="margin-top: 0.25rem;">
<small>{{ form_errors(form.father_phone) }}</small>
</div>
<div class="text-info" style="margin-top: 0.25rem;">
<small>{{ form_help(form.father_phone) }}</small>
</div>
</div>
<div>
<label for="prechild_father_mobile" class="required">{{ form_label(form.father_mobile) }}</label>
{{ form_widget(form.father_mobile) }}
<div class="text-danger" style="margin-top: 0.25rem;">
<small>{{ form_errors(form.father_mobile) }}</small>
</div>
<div class="text-info" style="margin-top: 0.25rem;">
<small>{{ form_help(form.father_mobile) }}</small>
</div>
</div>
<hr>
<h4> {% trans %} Mother {% endtrans %} </h4>
<div>
<label for="prechild_mother_first_name" class="required">{{ form_label(form.mother_first_name) }}</label>
{{ form_widget(form.mother_first_name) }}
<div class="text-danger" style="margin-top: 0.25rem;">
<small>{{ form_errors(form.mother_first_name) }}</small>
</div>
<div class="text-info" style="margin-top: 0.25rem;">
<small>{{ form_help(form.mother_first_name) }}</small>
</div>
</div>
<div>
<label for="prechild_mother_last_name" class="required">{{ form_label(form.mother_last_name) }}</label>
{{ form_widget(form.mother_last_name) }}
<div class="text-danger" style="margin-top: 0.25rem;">
<small>{{ form_errors(form.mother_last_name) }}</small>
</div>
<div class="text-info" style="margin-top: 0.25rem;">
<small>{{ form_help(form.mother_last_name) }}</small>
</div>
</div>
<div>
<label for="prechild_mother_job" class="required">{{ form_label(form.mother_job) }}</label>
{{ form_widget(form.mother_job) }}
<div class="text-danger" style="margin-top: 0.25rem;">
<small>{{ form_errors(form.mother_job) }}</small>
</div>
<div class="text-info" style="margin-top: 0.25rem;">
<small>{{ form_help(form.mother_job) }}</small>
</div>
</div>
<div>
<label for="prechild_mother_phone" class="required">{{ form_label(form.mother_phone) }}</label>
{{ form_widget(form.mother_phone) }}
<div class="text-danger" style="margin-top: 0.25rem;">
<small>{{ form_errors(form.mother_phone) }}</small>
</div>
<div class="text-info" style="margin-top: 0.25rem;">
<small>{{ form_help(form.mother_phone) }}</small>
</div>
</div>
<div>
<label for="prechild_mother_mobile" class="required">{{ form_label(form.mother_mobile) }}</label>
{{ form_widget(form.mother_mobile) }}
<div class="text-danger" style="margin-top: 0.25rem;">
<small>{{ form_errors(form.mother_mobile) }}</small>
</div>
<div class="text-info" style="margin-top: 0.25rem;">
<small>{{ form_help(form.mother_mobile) }}</small>
</div>
</div>