templates/app/online_registration/step-1.html.twig line 1
<div>
<label for="prechild_first_name" class="required">{{ form_label(form.first_name) }}</label>
{{ form_widget(form.first_name) }}
<div class="text-danger" style="margin-top: 0.25rem;">
<small>{{ form_errors(form.first_name) }}</small>
</div>
<div class="text-info" style="margin-top: 0.25rem;">
<small>{{ form_help(form.first_name) }}</small>
</div>
</div>
<div>
<label for="prechild_last_name" class="required">{{ form_label(form.last_name) }}</label>
{{ form_widget(form.last_name) }}
<div class="text-danger" style="margin-top: 0.25rem;">
<small>{{ form_errors(form.last_name) }}</small>
</div>
<div class="text-info" style="margin-top: 0.25rem;">
<small>{{ form_help(form.last_name) }}</small>
</div>
</div>
<div>
<label for="prechild_gender" class="required">{{ form_label(form.gender) }}</label>
{{ form_widget(form.gender) }}
<div class="text-danger" style="margin-top: 0.25rem;">
<small>{{ form_errors(form.gender) }}</small>
</div>
<div class="text-info" style="margin-top: 0.25rem;">
<small>{{ form_help(form.gender) }}</small>
</div>
</div>
<div>
<label for="prechild_section" class="required">{{ form_label(form.section) }}</label>
{{ form_widget(form.section) }}
<div class="text-danger" style="margin-top: 0.25rem;">
<small>{{ form_errors(form.section) }}</small>
</div>
<div class="text-info" style="margin-top: 0.25rem;">
<small>{{ form_help(form.section) }}</small>
</div>
</div>
<div>
<label for="prechild_birth_date" class="required">{{ form_label(form.birth_date) }}</label>
{{ form_widget(form.birth_date) }}
<div class="text-danger" style="margin-top: 0.25rem;">
<small>{{ form_errors(form.birth_date) }}</small>
</div>
<div class="text-info" style="margin-top: 0.25rem;">
<small>{{ form_help(form.birth_date) }}</small>
</div>
</div>
<div>
<label for="prechild_birth_place" class="required">{{ form_label(form.birth_place) }}</label>
{{ form_widget(form.birth_place) }}
<div class="text-danger" style="margin-top: 0.25rem;">
<small>{{ form_errors(form.birth_place) }}</small>
</div>
<div class="text-info" style="margin-top: 0.25rem;">
<small>{{ form_help(form.birth_place) }}</small>
</div>
</div>
<div>
<label for="prechild_blood" class="required">{{ form_label(form.blood) }}</label>
{{ form_widget(form.blood) }}
<div class="text-danger" style="margin-top: 0.25rem;">
<small>{{ form_errors(form.blood) }}</small>
</div>
<div class="text-info" style="margin-top: 0.25rem;">
<small>{{ form_help(form.blood) }}</small>
</div>
</div>
<div>
<label for="prechild_wilaya" class="required">{{ form_label(form.wilaya) }}</label>
{{ form_widget(form.wilaya) }}
<div class="text-danger" style="margin-top: 0.25rem;">
<small>{{ form_errors(form.wilaya) }}</small>
</div>
<div class="text-info" style="margin-top: 0.25rem;">
<small>{{ form_help(form.wilaya) }}</small>
</div>
</div>
<div>
<label for="prechild_city" class="required">{{ form_label(form.city) }}</label>
{{ form_widget(form.city) }}
<div class="text-danger" style="margin-top: 0.25rem;">
<small>{{ form_errors(form.city) }}</small>
</div>
<div class="text-info" style="margin-top: 0.25rem;">
<small>{{ form_help(form.city) }}</small>
</div>
</div>
<div>
<label for="prechild_address" class="required">{{ form_label(form.address) }}</label>
{{ form_widget(form.address) }}
<div class="text-danger" style="margin-top: 0.25rem;">
<small>{{ form_errors(form.address) }}</small>
</div>
<div class="text-info" style="margin-top: 0.25rem;">
<small>{{ form_help(form.address) }}</small>
</div>
</div>
<div>
<label for="prechild_photo" class="required">{{ form_label(form.photo) }}</label>
{{ form_widget(form.photo) }}
<div class="text-danger" style="margin-top: 0.25rem;">
<small>{{ form_errors(form.photo) }}</small>
</div>
<div class="text-info" style="margin-top: 0.25rem;">
<small>{{ form_help(form.photo) }}</small>
</div>
</div>