-
Indictment - Draft count
+
{{_case.reference}} - {{_case.defendants[0].firstName}} {{_case.defendants[0].lastName}}
+ {% if _case.defendants.length > 1 %}
+ and {{_case.defendants.length - 1}} more
+ {% endif %}
+
{{ pageName }}
{% if showWitnessReorderSuccess %}
diff --git a/app/views/cases/indictment/index.html b/app/views/cases/indictment/index.html
index 0095551d..1befc77c 100644
--- a/app/views/cases/indictment/index.html
+++ b/app/views/cases/indictment/index.html
@@ -234,17 +234,17 @@
{{ pageName }}
{% set _ = summaryRows.push({
- key: { text: "Defendant(s)" },
+ key: { text: "Defendants" },
value: { html: defendantsValue }
}) %}
{% set _ = summaryRows.push({
- key: { text: "Victim(s)" },
+ key: { text: "Victims" },
value: { html: victimsValue }
}) %}
{% set _ = summaryRows.push({
- key: { text: "Witness(es)" },
+ key: { text: "Witnesses" },
value: { html: witnessesValue }
}) %}
diff --git a/app/views/cases/indictment/preview/index.html b/app/views/cases/indictment/preview/index.html
index 9779a2dd..c4942065 100644
--- a/app/views/cases/indictment/preview/index.html
+++ b/app/views/cases/indictment/preview/index.html
@@ -2,7 +2,7 @@
{% extends "layouts/main.html" %}
-{% set pageName = "Preview and edit indictment" %}
+{% set pageName = "Preview indictment" %}
{% block beforeContent %}
{{ govukBreadcrumbs({
@@ -30,8 +30,12 @@
html: "
Draft count added to Indictment
"
}) }} #}
-
Build indictment
-
{{ pageName }}
+
{{_case.reference}} - {{_case.defendants[0].firstName}} {{_case.defendants[0].lastName}}
+ {% if _case.defendants.length > 1 %}
+ and {{_case.defendants.length - 1}} more
+ {% endif %}
+
+
{{ pageName }}
{# --- Build defendant display name list (UPPERCASE) --- #}