-
Resources
- {% for resource in collection.start_screen_resources.all %}
-
{{ resource.get_display }}
+ {% if start_screen_resources %}
+
+ Resources
+
+ {% for resource in start_screen_resources %}
+
{{ resource.get_display }}
{% endfor %}
- {% endcomment %}
+ {% if request.user.is_authenticated and valid_user %}
+
+
+ {% if collection.show_results_sharing_information and sharing_summary %}
+
{% endblock %}
diff --git a/atlas/templates/atlas/collection_take_overview.html b/atlas/templates/atlas/collection_take_overview.html
index 9d1a82a7..9115b90f 100644
--- a/atlas/templates/atlas/collection_take_overview.html
+++ b/atlas/templates/atlas/collection_take_overview.html
@@ -57,7 +57,7 @@
- Case {{ forloop.counter }}{% if collection.show_title_post %}: {{ question.case.title|default:question.case.pk|truncatechars:70 }}{% endif %}
+ Case {{ forloop.counter }}{% if collection.show_title_post and answer and answer.completed or collection.show_title_post and cid_user_exam.completed %}: {{ question.case.title|default:question.case.pk|truncatechars:70 }}{% endif %}
{% if answer and answer.completed or cid_user_exam.completed %}
Completed
{% elif answer %}
@@ -79,7 +79,7 @@
{% endif %}
{% endif %}
- {% if collection.show_title_post %}
+ {% if collection.show_title_post and answer and answer.completed or collection.show_title_post and cid_user_exam.completed %}
{{ question.case }}