templates/app/online_registration/step-2.html.twig line 1
<div>
<label for="prechild_diseases" >{{ form_label(form.diseases) }}</label>
{{ form_widget(form.diseases) }}
<div class="text-danger" style="margin-top: 0.25rem;">
<small>{{ form_errors(form.diseases) }}</small>
</div>
<div class="text-info" style="margin-top: 0.25rem;">
<small>{{ form_help(form.diseases) }}</small>
</div>
</div>
<div>
<label for="prechild_allergies" >{{ form_label(form.allergies) }}</label>
{{ form_widget(form.allergies) }}
<div class="text-danger" style="margin-top: 0.25rem;">
<small>{{ form_errors(form.allergies) }}</small>
</div>
<div class="text-info" style="margin-top: 0.25rem;">
<small>{{ form_help(form.allergies) }}</small>
</div>
</div>
<div>
<label for="prechild_food_habit" >{{ form_label(form.food_habit) }}</label>
{{ form_widget(form.food_habit) }}
<div class="text-danger" style="margin-top: 0.25rem;">
<small>{{ form_errors(form.food_habit) }}</small>
</div>
<div class="text-info" style="margin-top: 0.25rem;">
<small>{{ form_help(form.food_habit) }}</small>
</div>
</div>
<div>
<label for="prechild_behavior" >{{ form_label(form.behavior) }}</label>
{{ form_widget(form.behavior) }}
<div class="text-danger" style="margin-top: 0.25rem;">
<small>{{ form_errors(form.behavior) }}</small>
</div>
<div class="text-info" style="margin-top: 0.25rem;">
<small>{{ form_help(form.behavior) }}</small>
</div>
</div>
<div>
<label for="prechild_fears" >{{ form_label(form.fears) }}</label>
{{ form_widget(form.fears) }}
<div class="text-danger" style="margin-top: 0.25rem;">
<small>{{ form_errors(form.fears) }}</small>
</div>
<div class="text-info" style="margin-top: 0.25rem;">
<small>{{ form_help(form.fears) }}</small>
</div>
</div>
<div>
<label for="prechild_interests" >{{ form_label(form.interests) }}</label>
{{ form_widget(form.interests) }}
<div class="text-danger" style="margin-top: 0.25rem;">
<small>{{ form_errors(form.interests) }}</small>
</div>
<div class="text-info" style="margin-top: 0.25rem;">
<small>{{ form_help(form.interests) }}</small>
</div>
</div>