diff --git a/atlas/templates/atlas/collection_case_view_take.html b/atlas/templates/atlas/collection_case_view_take.html
index 5df440b6..f91462d5 100644
--- a/atlas/templates/atlas/collection_case_view_take.html
+++ b/atlas/templates/atlas/collection_case_view_take.html
@@ -101,39 +101,59 @@
{% endif %}
- {% if collection.show_ohif_viewer %}
-
-
- {% if question_completed %}
-
- {% else %}
-
- {% endif %}
-
+ {% if collection.show_ohif_viewer or collection.show_ohif_viewer_link or collection.show_built_in_viewer %}
+
+ {% if collection.show_built_in_viewer %}
+
+ Viewer
+
+
+
+ {% endif %}
+
+ {% if collection.show_ohif_viewer %}
+
+ {% if question_completed %}
+
+ {% else %}
+
+ {% endif %}
+
+ {% endif %}
+
+ {% if collection.show_ohif_viewer_link %}
+
+ {% endif %}
+
{% endif %}
- {% if collection.show_ohif_viewer_link %}
-
- {% endif %}
-
- {% if collection.show_built_in_viewer %}
-
-
- Viewer
-
-
-
{% comment %}
@@ -165,8 +185,6 @@
{% endcomment %}
- {% else %}
- {% endif %}
{% if show_discussion and case.discussion %}