diff --git a/lib/shared/addon/components/form-global-resource-roles/template.hbs b/lib/shared/addon/components/form-global-resource-roles/template.hbs
index ef4ade936..d53022849 100644
--- a/lib/shared/addon/components/form-global-resource-roles/template.hbs
+++ b/lib/shared/addon/components/form-global-resource-roles/template.hbs
@@ -23,17 +23,19 @@
-
-
-
-
- {{#each otherRoles as |role|}}
-
- | {{role}} |
-
- {{/each}}
-
-
-
\ No newline at end of file
+{{#if otherRoles.length}}
+
+
+
+
+ {{#each otherRoles as |role|}}
+
+ | {{role}} |
+
+ {{/each}}
+
+
+
+{{/if}}
\ No newline at end of file