diff --git a/atlas/templates/atlas/collection_case_view.html b/atlas/templates/atlas/collection_case_view.html
deleted file mode 100644
index 2ef86e7e..00000000
--- a/atlas/templates/atlas/collection_case_view.html
+++ /dev/null
@@ -1,90 +0,0 @@
-{% extends 'atlas/base.html' %}
-
-{% block content %}
-
Case {{case_number|add:1}}
-
- {% if collection.show_title %}
- : {{case.title}}
- {% endif %}
-
-
-
- {% if collection.show_description and case.description%}
-
- Description: {{case.description}}
-
- {% endif %}
- {% if collection.show_history and case.history%}
-
- History: {{case.history}}
-
- {% endif %}
-
-
-
-
- {% if collection.show_discussion and case.discussion%}
-
-
- Discussion:
-
-
- {{case.discussion}}
-
-
- {% endif %}
- {% if collection.show_report and case.report%}
-
-
- Report:
-
-
- {{case.report}}
-
-
- {% endif %}
-
-
- {% if previous %}
-
Previous
- {% endif %}
- {% if next %}
-
Next
- {% endif %}
-
-
- Return to collection
-
-
-{% endblock %}
-{% block js %}
-
-
-{% endblock js %}
diff --git a/atlas/templates/atlas/collection_detail.html b/atlas/templates/atlas/collection_detail.html
index 5fe25d02..940b5ca0 100644
--- a/atlas/templates/atlas/collection_detail.html
+++ b/atlas/templates/atlas/collection_detail.html
@@ -2,6 +2,12 @@
{% block content %}
{% include 'atlas/collection_headers.html' %}
+
+ Exam mode: {{collection.exam_mode}}
+ Publish results: {{collection.publish_results}}
+ Active: {{collection.active}}
+ Collection Type: {{collection.collection_type}}
+