{{ row.needs_your_ack_count }} need your ack
{% if row.waiting_on_other_count %}
{{ row.waiting_on_other_count }} waiting on other
{% endif %}
{{ row.outstanding_count }} total unacknowledgedOpen user message page
{% if row.outstanding_rows %}
Outstanding
{% for case_row in row.outstanding_rows %}
Case {{ case_row.casedetail.sort_order|add:1 }}
{% if row.collection.show_title_post %}
{{ case_row.casedetail.case.title|default:case_row.casedetail.case.pk|truncatechars:90 }}
{% endif %}
{{ case_row.stats.needs_your_ack_count }} need your ack
{% if case_row.stats.waiting_on_other_count %}
{{ case_row.stats.waiting_on_other_count }} waiting on other
{% endif %}
{{ case_row.stats.outstanding_total_count }} total
{% if row.viewer_role == 'moderator' %}