diff --git a/atlas/templates/atlas/collection_history_user.html b/atlas/templates/atlas/collection_history_user.html index 8d9ad615..56d8da68 100644 --- a/atlas/templates/atlas/collection_history_user.html +++ b/atlas/templates/atlas/collection_history_user.html @@ -138,26 +138,26 @@ {% endif %} {% if collection.case_query_messaging_enabled %} -
- - Case conversation - {% if row.case_review_stats.has_outstanding_any %} - {{ row.case_review_stats.outstanding_total_count }} unacknowledged message{{ row.case_review_stats.outstanding_total_count|pluralize }} - {% elif row.case_review_stats.has_messages %} - {{ row.case_review_stats.message_count }} message{{ row.case_review_stats.message_count|pluralize }} - {% else %} - No messages yet - {% endif %} - +
+ + Case conversation + {% if row.case_review_stats.has_outstanding_any %} + {{ row.case_review_stats.outstanding_total_count }} unacknowledged message{{ row.case_review_stats.outstanding_total_count|pluralize }} + {% elif row.case_review_stats.has_messages %} + {{ row.case_review_stats.message_count }} message{{ row.case_review_stats.message_count|pluralize }} + {% else %} + No messages yet + {% endif %} + -
-
Loading case conversation...
-
-
+
+
Loading case conversation...
+
+
{% endif %} {% endfor %} diff --git a/atlas/templates/atlas/collection_take_overview.html b/atlas/templates/atlas/collection_take_overview.html index dbb22177..5095bc48 100644 --- a/atlas/templates/atlas/collection_take_overview.html +++ b/atlas/templates/atlas/collection_take_overview.html @@ -35,7 +35,7 @@ {% if cid_user_exam.completed %}
End time: {{ cid_user_exam.end_time|default:"-" }}
{% endif %} - {% if collection.case_query_messaging_enabled and (collection.in_review_mode or cid_user_exam.completed) %} + {% if collection.case_query_messaging_enabled and collection.in_review_mode or collection.case_query_messaging_enabled and cid_user_exam.completed %}