From 0b1f842e316e5bc7fc496df3367c829bc0a8ec98 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 27 Apr 2026 21:40:58 +0100 Subject: [PATCH] feat: Update case conversation details to reflect total unacknowledged messages --- atlas/templates/atlas/collection_history_user.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 %}