diff --git a/src/Bundle/ChillPersonBundle/Resources/views/Person/edit.html.twig b/src/Bundle/ChillPersonBundle/Resources/views/Person/edit.html.twig
index 6ffbe8430..872dc4eab 100644
--- a/src/Bundle/ChillPersonBundle/Resources/views/Person/edit.html.twig
+++ b/src/Bundle/ChillPersonBundle/Resources/views/Person/edit.html.twig
@@ -63,6 +63,41 @@
{%- endif -%}
+ {%- if form.email is defined or form.phonenumber is defined or form.mobilenumber is defined or form.contactInfo is defined-%}
+
+ {%- endif -%}
+
{%- if form.nationality is defined or form.spokenLanguages is defined -%}
{%- endif -%}
- {%- if form.email is defined or form.phonenumber is defined or form.mobilenumber is defined or form.contactInfo is defined-%}
-
- {%- endif -%}
-
{{ form_rest(form) }}