diff --git a/cms/templates/unit.html b/cms/templates/unit.html
index 507ee1aa29..12fd392477 100644
--- a/cms/templates/unit.html
+++ b/cms/templates/unit.html
@@ -54,21 +54,16 @@
Add New Component
% for type, templates in sorted(component_templates.items()):
- % if len(templates) == 1:
- -
+
-
+ % if type == 'advanced' or len(templates) > 1:
+
+ % else:
+ % endif
${type}
- % else:
- -
-
-
- ${type}
-
-
- % endif
% endfor