diff --git a/atlas/templates/atlas/collection_history_user.html b/atlas/templates/atlas/collection_history_user.html index b7b56b2a..482066a5 100644 --- a/atlas/templates/atlas/collection_history_user.html +++ b/atlas/templates/atlas/collection_history_user.html @@ -131,11 +131,11 @@ {% endif %} -
+
Case conversation - {% if row.case_review_stats.has_outstanding_query %} - {{ row.case_review_stats.outstanding_query_count }} new learner message{{ row.case_review_stats.outstanding_query_count|pluralize }} + {% 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 %}