various improvements on 3party

This commit is contained in:
2021-10-07 17:28:33 +02:00
parent 7ea2c36c5e
commit ca3ced0308
20 changed files with 464 additions and 305 deletions

View File

@@ -1,3 +1,6 @@
{% if form.civility is defined %}
{{ form_row(form.civility) }}
{% endif %}
@@ -19,6 +22,9 @@
{{ form_row(form.telephone) }}
{{ form_row(form.email) }}
<h2>{{ 'Contacts'|trans }}</h2>
{{ form_widget(form.children) }}
<div class="mb-3 row">
{{ form_label(form.address) }}
{{ form_widget(form.address) }}