diff --git a/atlas/templates/atlas/collection_case_view_take.html b/atlas/templates/atlas/collection_case_view_take.html index 1d88b26c..12bf2401 100644 --- a/atlas/templates/atlas/collection_case_view_take.html +++ b/atlas/templates/atlas/collection_case_view_take.html @@ -290,13 +290,25 @@ {% if question_completed %} -
-
Loading case conversation...
-
+
+ + Case conversation + {% if case_review_stats.has_outstanding_any %} + {{ case_review_stats.outstanding_total_count }} unacknowledged message{{ case_review_stats.outstanding_total_count|pluralize }} + {% elif case_review_stats.has_messages %} + {{ case_review_stats.message_count }} message{{ case_review_stats.message_count|pluralize }} + {% else %} + No messages yet + {% endif %} + +
+
Loading case conversation...
+
+
{% endif %}