diff --git a/organizations/client/profile/header/header.html b/organizations/client/profile/header/header.html
index 3a01f00312..a8f4e677aa 100644
--- a/organizations/client/profile/header/header.html
+++ b/organizations/client/profile/header/header.html
@@ -17,11 +17,13 @@
{{/ if }}
-
-
- {{ organization.description }}
-
-
+ {{# if organization.description }}
+
+
+ {{ organization.description }}
+
+
+ {{/ if }}
- -
-
- {{ organization.contact.person }}
-
- -
-
- {{ organization.contact.phone }}
-
- -
-
-
- {{ organization.contact.email }}
-
-
+ {{# if organization.contact.person }}
+ -
+
+ {{ organization.contact.person }}
+
+ {{/ if }}
+ {{# if organization.contact.phone }}
+ -
+
+ {{ organization.contact.phone }}
+
+ {{/ if }}
+ {{# if organization.contact.email }}
+ -
+
+
+ {{ organization.contact.email }}
+
+
+ {{/ if }}