diff --git a/atlas/templates/atlas/collection_case_view_take.html b/atlas/templates/atlas/collection_case_view_take.html
index ba21fa45..0628855a 100644
--- a/atlas/templates/atlas/collection_case_view_take.html
+++ b/atlas/templates/atlas/collection_case_view_take.html
@@ -70,70 +70,70 @@
- {% if not question_completed %}
- {% if resources %}
-
Resources
-
- {% for caseresource in resources %}
- - {{caseresource.resource.get_display}}
- {% endfor %}
-
+ {% if not question_completed %}
+ {% if resources %}
+
Resources
+
+ {% for caseresource in resources %}
+ - {{caseresource.resource.get_display}}
+ {% endfor %}
+
+ {% endif %}
{% endif %}
- {% endif %}
- {% if show_description and case.description %}
-
-
Description
-
{{case.description}}
-
- {% endif %}
- {% if show_history %}
-
-
-
History: {{casedetail.get_history_pre|linebreaks}}
- {% if has_priors %}
-
- Priors{% if prior_count %} ({{ prior_count }}){% endif %}
-
+ {% if show_description and case.description %}
+
+
Description
+
{{case.description}}
+
+ {% endif %}
+ {% if show_history %}
+
+
+
History: {{casedetail.get_history_pre|linebreaks}}
+ {% if has_priors %}
+
+ Priors{% if prior_count %} ({{ prior_count }}){% endif %}
+
+ {% endif %}
+
+
+ {% 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 %}
-
+ {% if collection.show_built_in_viewer %}
- {% if question_completed %}
-
- {% else %}
-
- {% endif %}
-
-
- {% endif %}
-
-
- {% if collection.show_ohif_viewer_link %}
-
- {% endif %}
-
- {% if collection.show_built_in_viewer %}
-
-
- Viewer
-
-
+
+ Viewer
+
+
{% comment %}
@@ -166,29 +166,29 @@
{% endcomment %}
- {% else %}
- {% endif %}
+ {% else %}
+ {% endif %}
- {% if show_discussion and case.discussion %}
-
-
-
- {{case.discussion|linebreaks}}
-
-
- {% endif %}
- {% if show_report and case.report %}
-
-
-
- {{case.report|linebreaks}}
-
-
- {% endif %}
+ {% if show_discussion and case.discussion %}
+
+
+
+ {{case.discussion|linebreaks}}
+
+
+ {% endif %}
+ {% if show_report and case.report %}
+
+
+
+ {{case.report|linebreaks}}
+
+
+ {% endif %}
{% if question_completed %}