-{%- if form.nationality is defined or form.spokenLanguages is defined -%}
-
-
- {%- if form.nationality is defined -%}
- {{ form_row(form.nationality, { 'label' : 'Nationality'|trans} ) }}
- {%- endif -%}
- {%- if form.spokenLanguages is defined -%}
- {{ form_row(form.spokenLanguages, {'label' : 'Spoken languages'}) }}
- {%- endif -%}
-
-{%- endif -%}
+
+
+ {{ form_row(form.birthdate, {'label': 'Date of birth'} ) }}
+ {%- if form.placeOfBirth is defined -%}
+ {{ form_row(form.placeOfBirth, { 'label' : 'Place of birth'} ) }}
+ {%- endif -%}
+ {%- if form.countryOfBirth is defined -%}
+ {{ form_row(form.countryOfBirth, { 'label' : 'Country of birth' } ) }}
+ {%- endif -%}
+
-{%- if form.numberOfChildren is defined or form.maritalStatus is defined -%}
-
-
- {{ form_row(form.numberOfChildren, {'label' : 'Number of children'}) }}
- {%- if form.maritalStatus is defined -%}
-
+ {%- if form.nationality is defined or form.spokenLanguages is defined or form.maritalStatus is defined -%}
+
+
+ {%- if form.nationality is defined -%}
+ {{ form_row(form.nationality, { 'label' : 'Nationality'|trans} ) }}
+ {%- endif -%}
+ {%- if form.spokenLanguages is defined -%}
+ {{ form_row(form.spokenLanguages, {'label' : 'Spoken languages'}) }}
+ {%- endif -%}
+ {%- if form.maritalStatus is defined -%}
{{ form_row(form.maritalStatus, { 'label' : 'Marital status'} ) }}
-
-
- {{ form_row(form.maritalStatusDate, { 'label' : 'Date of last marital status change'} ) }}
- {{ form_row(form.maritalStatusComment, { 'label' : 'Comment on the marital status'} ) }}
-
+ {%- endif -%}
+
{%- endif -%}
-
-{%- endif -%}
-{%- if form.email is defined or form.phonenumber is defined or form.mobilenumber is defined or form.contactInfo is defined-%}
-
-
- {%- if form.email is defined -%}
-
+ {%- if form.email is defined or form.phonenumber is defined or form.mobilenumber is defined or form.contactInfo is defined-%}
+
+
+ {%- if form.email is defined -%}
{{ form_row(form.email, {'label': 'Email'}) }}
-
- {%- endif -%}
-
- {%- if form.phonenumber is defined -%}
- {{ form_row(form.phonenumber, {'label': 'Phonenumber'}) }}
- {%- endif -%}
- {%- if form.mobilenumber is defined -%}
-
+ {%- endif -%}
+ {%- if form.phonenumber is defined -%}
+ {{ form_row(form.phonenumber, {'label': 'Phonenumber'}) }}
+ {%- endif -%}
+ {%- if form.mobilenumber is defined -%}
{{ form_row(form.mobilenumber, {'label': 'Mobilenumber'}) }}
-
-
- {{ form_row(form.acceptSMS, {'label' : 'Accept short text message ?'}) }}
-
+ {%- endif -%}
+ {%- if form.contactInfo is defined -%}
+ {{ form_row(form.contactInfo, {'label': 'Notes on contact information'}) }}
+ {%- endif -%}
+
{%- endif -%}
- {%- if form.otherPhoneNumbers is defined -%}
- {{ form_widget(form.otherPhoneNumbers) }}
- {{ form_errors(form.otherPhoneNumbers) }}
- {%- endif -%}
- {%- if form.contactInfo is defined -%}
- {{ form_row(form.contactInfo, {'label': 'Notes on contact information'}) }}
- {%- endif -%}
-
-{%- endif -%}
+
+ {{ form_rest(form) }}
+
+