+{% endblock %}
diff --git a/app/views/ur/bfs/meetings-2/cps-offer/meeting-no-response.html b/app/views/ur/bfs/meetings-2/cps-offer/meeting-no-response.html
new file mode 100644
index 00000000..b79dd2a3
--- /dev/null
+++ b/app/views/ur/bfs/meetings-2/cps-offer/meeting-no-response.html
@@ -0,0 +1,247 @@
+{% extends "layouts/main.html" %}
+
+{% set pageName="Victim record" %}
+
+{% block beforeContent %}
+
+{% endblock %}
+
+{% block content %}
+
+
+
+
+
Contents
+
+
+
+
+ {% include "/ur/partials/victim-record/summary-v21.html" %}
+
+
+
+ {% include "/ur/partials/victim-record/victim-details-v21.html" %}
+
+
+
+ {% include "/ur/partials/victim-record/case-contacts-v21.html" %}
+
+
+
+
+
+
Communications
+
+
+ !
+
+ Warning
+Only share case information with Sarah Phillips's bereaved family if they can correctly answer the security questions.
+
+
+
+
+
+
+
+
+
+
+
+ Log new meeting details to offer a CPS pre-trial meeting
+
+
+
+
+
+
+
+ No response to CPS pre-trial meeting offer
+
+
+
+
+
+
+Response
+
+
+No
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Offered meetings
+
+
+
+
+
+
+ CPS pre-trial meeting offered
+
+
+
+
+
+
+ How meeting was offered
+
+
+ Letter by post
+
+
+
+
+
+ Date meeting was offered
+
+
+ 11 April 2025
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+{% endblock %}
diff --git a/app/views/ur/bfs/meetings-2/cps-offer/meeting-not-offered.html b/app/views/ur/bfs/meetings-2/cps-offer/meeting-not-offered.html
new file mode 100644
index 00000000..821cbf0c
--- /dev/null
+++ b/app/views/ur/bfs/meetings-2/cps-offer/meeting-not-offered.html
@@ -0,0 +1,212 @@
+{% extends "layouts/main.html" %}
+
+{% set pageName="Victim record" %}
+
+{% block beforeContent %}
+
+{% endblock %}
+
+{% block content %}
+
+
+
+
+
+
+
+
CPS pre-trial meeting not offered.
+
+
+
+
+ {% if (data['success'] == "yes") %}
+
+
+
+
+ {% if (data['successReason'] == "email-address-updated") %}
+ Victim email address updated
+ {% elif (data['successReason'] == "pmoc-updated") %}
+ Victim's preferred method of contact updated
+ {% elif (data['successReason'] == "not-informed-after-call-1") or (data['successReason'] == "informed-after-call-1") %}
+ First call attempt logged
+ {% elif (data['successReason'] == "not-informed-after-call-2") or (data['successReason'] == "informed-after-call-2") %}
+ Second call attempt logged
+ {% elif (data['successReason'] == "not-informed-after-call-3") or (data['successReason'] == "informed-after-call-3") %}
+ Third call attempt logged
+ {% elif (data['successReason'] == "draft-approved-to-send") %}
+ Letter sent to CMS and approved to send
+ {% endif %}
+
+
+
+
+
+ {% else %}
+ {% endif %}
+
+
+ {{ data['victimSurname'] | upper }}, {{ data['victimForename'] }}
+
+
+ Case URN: {{ data['caseUrn'] }}
+
+
+
+
+
+
+
+
+
Contents
+
+
+
+
+ {% include "/ur/partials/victim-record/summary-v21.html" %}
+
+
+
+ {% include "/ur/partials/victim-record/victim-details-v21.html" %}
+
+
+
+ {% include "/ur/partials/victim-record/case-contacts-v21.html" %}
+
+
+
+
+
+
Communications
+
+
+ !
+
+ Warning
+Only share case information with Sarah Phillips's bereaved family if they can correctly answer the security questions.
+
+
+
+
+
+
+
+
+
+
+ Log new meeting details to offer a CPS pre-trial meeting
+
+
+
+
+
+
+
+ CPS pre-trial meeting
+
+
+
+
+
+
Has a meeting been offered
+
+
+ No
+
+
+
+
+
+Why was a meeting not offered
+
+
+
+
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, tristique ac lacinia in.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+{% endblock %}
diff --git a/app/views/ur/bfs/meetings-2/cps-offer/meeting-offered-email.html b/app/views/ur/bfs/meetings-2/cps-offer/meeting-offered-email.html
new file mode 100644
index 00000000..bf8693c5
--- /dev/null
+++ b/app/views/ur/bfs/meetings-2/cps-offer/meeting-offered-email.html
@@ -0,0 +1,224 @@
+{% extends "layouts/main.html" %}
+
+{% set pageName="Victim record" %}
+
+{% block beforeContent %}
+
+{% endblock %}
+
+{% block content %}
+
+
+
+
+
+
+
+
CPS pre-trial meeting offered.
+
+
+
+
+ {% if (data['success'] == "yes") %}
+
+
+
+
+ {% if (data['successReason'] == "email-address-updated") %}
+ Victim email address updated
+ {% elif (data['successReason'] == "pmoc-updated") %}
+ Victim's preferred method of contact updated
+ {% elif (data['successReason'] == "not-informed-after-call-1") or (data['successReason'] == "informed-after-call-1") %}
+ First call attempt logged
+ {% elif (data['successReason'] == "not-informed-after-call-2") or (data['successReason'] == "informed-after-call-2") %}
+ Second call attempt logged
+ {% elif (data['successReason'] == "not-informed-after-call-3") or (data['successReason'] == "informed-after-call-3") %}
+ Third call attempt logged
+ {% elif (data['successReason'] == "draft-approved-to-send") %}
+ Letter sent to CMS and approved to send
+ {% endif %}
+
+
+
+
+
+ {% else %}
+ {% endif %}
+
+
+ {{ data['victimSurname'] | upper }}, {{ data['victimForename'] }}
+
+
+ Case URN: {{ data['caseUrn'] }}
+
+
+
+
+
+
+
+
+
Contents
+
+
+
+
+ {% include "/ur/partials/victim-record/summary-v21.html" %}
+
+
+
+ {% include "/ur/partials/victim-record/victim-details-v21.html" %}
+
+
+
+ {% include "/ur/partials/victim-record/case-contacts-v21.html" %}
+
+
+
+
+
+
Communications
+
+
+ !
+
+ Warning
+Only share case information with Sarah Phillips's bereaved family if they can correctly answer the security questions.
+
+
+
+
+
+
+
+
+
+
+
+ Log new meeting details to offer a CPS pre-trial meeting
+
+
+
+
+
+
+
+ CPS pre-trial meeting offered
+
+
+
+
+
+
+ How was meeting offered
+
+
+ Letter by email
+
+
+
+
+
+ Date meeting was offered
+
+
+ 11 April 2025
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+{% endblock %}
diff --git a/app/views/ur/bfs/meetings-2/cps-offer/meeting-offered-isva.html b/app/views/ur/bfs/meetings-2/cps-offer/meeting-offered-isva.html
new file mode 100644
index 00000000..39b37221
--- /dev/null
+++ b/app/views/ur/bfs/meetings-2/cps-offer/meeting-offered-isva.html
@@ -0,0 +1,224 @@
+{% extends "layouts/main.html" %}
+
+{% set pageName="Victim record" %}
+
+{% block beforeContent %}
+
+{% endblock %}
+
+{% block content %}
+
+
+
+
+
+
+
+
CPS pre-trial meeting offered.
+
+
+
+
+ {% if (data['success'] == "yes") %}
+
+
+
+
+ {% if (data['successReason'] == "email-address-updated") %}
+ Victim email address updated
+ {% elif (data['successReason'] == "pmoc-updated") %}
+ Victim's preferred method of contact updated
+ {% elif (data['successReason'] == "not-informed-after-call-1") or (data['successReason'] == "informed-after-call-1") %}
+ First call attempt logged
+ {% elif (data['successReason'] == "not-informed-after-call-2") or (data['successReason'] == "informed-after-call-2") %}
+ Second call attempt logged
+ {% elif (data['successReason'] == "not-informed-after-call-3") or (data['successReason'] == "informed-after-call-3") %}
+ Third call attempt logged
+ {% elif (data['successReason'] == "draft-approved-to-send") %}
+ Letter sent to CMS and approved to send
+ {% endif %}
+
+
+
+
+
+ {% else %}
+ {% endif %}
+
+
+ {{ data['victimSurname'] | upper }}, {{ data['victimForename'] }}
+
+
+ Case URN: {{ data['caseUrn'] }}
+
+
+
+
+
+
+
+
+
Contents
+
+
+
+
+ {% include "/ur/partials/victim-record/summary-v21.html" %}
+
+
+
+ {% include "/ur/partials/victim-record/victim-details-v21.html" %}
+
+
+
+ {% include "/ur/partials/victim-record/case-contacts-v21.html" %}
+
+
+
+
+
+
Communications
+
+
+ !
+
+ Warning
+Only share case information with Sarah Phillips's bereaved family if they can correctly answer the security questions.
+
+
+
+
+
+
+
+
+
+
+
+ Log new meeting details to offer a CPS pre-trial meeting
+
+
+
+
+
+
+
+ CPS pre-trial meeting offered
+
+
+
+
+
+
+ How was meeting offered
+
+
+ Letter by ISVA
+
+
+
+
+
+ Date meeting was offered
+
+
+ 11 April 2025
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+{% endblock %}
diff --git a/app/views/ur/bfs/meetings-2/cps-offer/meeting-offered-police.html b/app/views/ur/bfs/meetings-2/cps-offer/meeting-offered-police.html
new file mode 100644
index 00000000..20ad27cd
--- /dev/null
+++ b/app/views/ur/bfs/meetings-2/cps-offer/meeting-offered-police.html
@@ -0,0 +1,224 @@
+{% extends "layouts/main.html" %}
+
+{% set pageName="Victim record" %}
+
+{% block beforeContent %}
+
+{% endblock %}
+
+{% block content %}
+
+
+
+
+
+
+
+
CPS pre-trial meeting offered.
+
+
+
+
+ {% if (data['success'] == "yes") %}
+
+
+
+
+ {% if (data['successReason'] == "email-address-updated") %}
+ Victim email address updated
+ {% elif (data['successReason'] == "pmoc-updated") %}
+ Victim's preferred method of contact updated
+ {% elif (data['successReason'] == "not-informed-after-call-1") or (data['successReason'] == "informed-after-call-1") %}
+ First call attempt logged
+ {% elif (data['successReason'] == "not-informed-after-call-2") or (data['successReason'] == "informed-after-call-2") %}
+ Second call attempt logged
+ {% elif (data['successReason'] == "not-informed-after-call-3") or (data['successReason'] == "informed-after-call-3") %}
+ Third call attempt logged
+ {% elif (data['successReason'] == "draft-approved-to-send") %}
+ Letter sent to CMS and approved to send
+ {% endif %}
+
+
+
+
+
+ {% else %}
+ {% endif %}
+
+
+ {{ data['victimSurname'] | upper }}, {{ data['victimForename'] }}
+
+
+ Case URN: {{ data['caseUrn'] }}
+
+
+
+
+
+
+
+
+
Contents
+
+
+
+
+ {% include "/ur/partials/victim-record/summary-v21.html" %}
+
+
+
+ {% include "/ur/partials/victim-record/victim-details-v21.html" %}
+
+
+
+ {% include "/ur/partials/victim-record/case-contacts-v21.html" %}
+
+
+
+
+
+
Communications
+
+
+ !
+
+ Warning
+Only share case information with Sarah Phillips's bereaved family if they can correctly answer the security questions.
+
+
+
+
+
+
+
+
+
+
+
+ Log new meeting details to offer a CPS pre-trial meeting
+
+
+
+
+
+
+
+ CPS pre-trial meeting offered
+
+
+
+
+
+
+ How was meeting offered
+
+
+ Letter by police
+
+
+
+
+
+ Date meeting was offered
+
+
+ 11 April 2025
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+{% endblock %}
diff --git a/app/views/ur/bfs/meetings-2/cps-offer/meeting-offered-post.html b/app/views/ur/bfs/meetings-2/cps-offer/meeting-offered-post.html
new file mode 100644
index 00000000..bd987322
--- /dev/null
+++ b/app/views/ur/bfs/meetings-2/cps-offer/meeting-offered-post.html
@@ -0,0 +1,228 @@
+{% extends "layouts/main.html" %}
+
+{% set pageName="Victim record" %}
+
+{% block beforeContent %}
+
+{% endblock %}
+
+{% block content %}
+
+
+
+
+
+
+
+
CPS pre-trial meeting offered.
+
+
+
+
+ {% if (data['success'] == "yes") %}
+
+
+
+
+ {% if (data['successReason'] == "email-address-updated") %}
+ Victim email address updated
+ {% elif (data['successReason'] == "pmoc-updated") %}
+ Victim's preferred method of contact updated
+ {% elif (data['successReason'] == "not-informed-after-call-1") or (data['successReason'] == "informed-after-call-1") %}
+ First call attempt logged
+ {% elif (data['successReason'] == "not-informed-after-call-2") or (data['successReason'] == "informed-after-call-2") %}
+ Second call attempt logged
+ {% elif (data['successReason'] == "not-informed-after-call-3") or (data['successReason'] == "informed-after-call-3") %}
+ Third call attempt logged
+ {% elif (data['successReason'] == "draft-approved-to-send") %}
+ Letter sent to CMS and approved to send
+ {% endif %}
+
+
+
+
+
+ {% else %}
+ {% endif %}
+
+
+ {{ data['victimSurname'] | upper }}, {{ data['victimForename'] }}
+
+
+ Case URN: {{ data['caseUrn'] }}
+
+
+
+
+
+
+
+
+
Contents
+
+
+
+
+ {% include "/ur/partials/victim-record/summary-v21.html" %}
+
+
+
+ {% include "/ur/partials/victim-record/victim-details-v21.html" %}
+
+
+
+ {% include "/ur/partials/victim-record/case-contacts-v21.html" %}
+
+
+
+
+
+
Communications
+
+
+ !
+
+ Warning
+Only share case information with Sarah Phillips's bereaved family if they can correctly answer the security questions.
+
+
+
+
+
+
+
+
+
+
+
+ Log new meeting details to offer a CPS pre-trial meeting
+
+
+
+
+
+
+
+ CPS pre-trial meeting offered
+
+
+
+
+
+
+ How was meeting offered
+
+
+ Letter by post
+
+
+
+
+
+ Date meeting was offered
+
+
+ 11 April 2025
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+{% endblock %}
diff --git a/app/views/ur/bfs/meetings-2/cps-offer/meeting-offered-post2.html b/app/views/ur/bfs/meetings-2/cps-offer/meeting-offered-post2.html
new file mode 100644
index 00000000..c46c1deb
--- /dev/null
+++ b/app/views/ur/bfs/meetings-2/cps-offer/meeting-offered-post2.html
@@ -0,0 +1,278 @@
+{% extends "layouts/main.html" %}
+
+{% set pageName="Victim record" %}
+
+{% block beforeContent %}
+
+{% endblock %}
+
+{% block content %}
+
+
+
+
+
+
+
+
CPS pre-trial meeting offered.
+
+
+
+
+ {% if (data['success'] == "yes") %}
+
+
+
+
+ {% if (data['successReason'] == "email-address-updated") %}
+ Victim email address updated
+ {% elif (data['successReason'] == "pmoc-updated") %}
+ Victim's preferred method of contact updated
+ {% elif (data['successReason'] == "not-informed-after-call-1") or (data['successReason'] == "informed-after-call-1") %}
+ First call attempt logged
+ {% elif (data['successReason'] == "not-informed-after-call-2") or (data['successReason'] == "informed-after-call-2") %}
+ Second call attempt logged
+ {% elif (data['successReason'] == "not-informed-after-call-3") or (data['successReason'] == "informed-after-call-3") %}
+ Third call attempt logged
+ {% elif (data['successReason'] == "draft-approved-to-send") %}
+ Letter sent to CMS and approved to send
+ {% endif %}
+
+
+
+
+
+ {% else %}
+ {% endif %}
+
+
+ {{ data['victimSurname'] | upper }}, {{ data['victimForename'] }}
+
+
+ Case URN: {{ data['caseUrn'] }}
+
+
+
+
+
+
+
+
+
Contents
+
+
+
+
+ {% include "/ur/partials/victim-record/summary-v21.html" %}
+
+
+
+ {% include "/ur/partials/victim-record/victim-details-v21.html" %}
+
+
+
+ {% include "/ur/partials/victim-record/case-contacts-v21.html" %}
+
+
+
+
+
+
Communications
+
+
+ !
+
+ Warning
+Only share case information with Sarah Phillips's bereaved family if they can correctly answer the security questions.
+
+
+
+
+
+
+
+
Arranged for {{ data['victimForename'] }} {{ data['victimSurname'] }}: 0
+
+Offered to {{ data['victimForename'] }} {{ data['victimSurname'] }}: 2
+
+
+ Log new meeting details to offer a CPS pre-trial meeting
+
+
+
+
+
+
+
+ CPS pre-trial meeting offered
+
+
+
+
+
+
+ How was meeting offered
+
+
+ Letter by post
+
+
+
+
+
+ Date meeting was offered
+
+
+ 11 April 2025
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ CPS pre-trial meeting offered
+
+
+
+
+
+
+ How was meeting offered
+
+
+ Letter by post
+
+
+
+
+
+ Date meeting was offered
+
+
+ 24 May 2025
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+{% endblock %}
diff --git a/app/views/ur/bfs/meetings-2/cps-offer/meeting-offered-telephone.html b/app/views/ur/bfs/meetings-2/cps-offer/meeting-offered-telephone.html
new file mode 100644
index 00000000..cc13558d
--- /dev/null
+++ b/app/views/ur/bfs/meetings-2/cps-offer/meeting-offered-telephone.html
@@ -0,0 +1,224 @@
+{% extends "layouts/main.html" %}
+
+{% set pageName="Victim record" %}
+
+{% block beforeContent %}
+
+{% endblock %}
+
+{% block content %}
+
+
+
+
+
+
+
+
CPS pre-trial meeting offered.
+
+
+
+
+ {% if (data['success'] == "yes") %}
+
+
+
+
+ {% if (data['successReason'] == "email-address-updated") %}
+ Victim email address updated
+ {% elif (data['successReason'] == "pmoc-updated") %}
+ Victim's preferred method of contact updated
+ {% elif (data['successReason'] == "not-informed-after-call-1") or (data['successReason'] == "informed-after-call-1") %}
+ First call attempt logged
+ {% elif (data['successReason'] == "not-informed-after-call-2") or (data['successReason'] == "informed-after-call-2") %}
+ Second call attempt logged
+ {% elif (data['successReason'] == "not-informed-after-call-3") or (data['successReason'] == "informed-after-call-3") %}
+ Third call attempt logged
+ {% elif (data['successReason'] == "draft-approved-to-send") %}
+ Letter sent to CMS and approved to send
+ {% endif %}
+
+
+
+
+
+ {% else %}
+ {% endif %}
+
+
+ {{ data['victimSurname'] | upper }}, {{ data['victimForename'] }}
+
+
+ Case URN: {{ data['caseUrn'] }}
+
+
+
+
+
+
+
+
+
Contents
+
+
+
+
+ {% include "/ur/partials/victim-record/summary-v21.html" %}
+
+
+
+ {% include "/ur/partials/victim-record/victim-details-v21.html" %}
+
+
+
+ {% include "/ur/partials/victim-record/case-contacts-v21.html" %}
+
+
+
+
+
+
Communications
+
+
+ !
+
+ Warning
+Only share case information with Sarah Phillips's bereaved family if they can correctly answer the security questions.
+
+
+
+
+
+
+
+
+
+
+
+ Log new meeting details to offer a CPS pre-trial meeting
+
+
+
+
+
+
+
+ CPS pre-trial meeting offered
+
+
+
+
+
+
+ How was meeting offered
+
+
+ By telephone
+
+
+
+
+
+ Date meeting was offered
+
+
+ 11 April 2025
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+{% endblock %}
diff --git a/app/views/ur/bfs/meetings-2/cps-offer/purpose-notaccepted.html b/app/views/ur/bfs/meetings-2/cps-offer/purpose-notaccepted.html
new file mode 100644
index 00000000..dcdbf7d9
--- /dev/null
+++ b/app/views/ur/bfs/meetings-2/cps-offer/purpose-notaccepted.html
@@ -0,0 +1,74 @@
+{% extends "layouts/main.html" %}
+
+{% set pageName="Purpose of meeting" %}
+
+{% block beforeContent %}
+
Back
+{% endblock %}
+
+{% block content %}
+
+{% endblock %}
diff --git a/app/views/ur/bfs/meetings-2/cps-offer/reason-why.html b/app/views/ur/bfs/meetings-2/cps-offer/reason-why.html
new file mode 100644
index 00000000..d366e156
--- /dev/null
+++ b/app/views/ur/bfs/meetings-2/cps-offer/reason-why.html
@@ -0,0 +1,44 @@
+{% extends "layouts/main.html" %}
+
+{% set pageName="Telephone call details" %}
+
+{% block beforeContent %}
+
Back
+{% endblock %}
+
+{% block content %}
+
+
+
+
+
+
+
+
+ Why was a meeting not offered?
+
+
+
+
+
+
+
+
+
+
+
+{% endblock %}
+
+{% block pageScripts %}
+
+{% endblock %}
diff --git a/app/views/ur/bfs/meetings-2/cps-offer/recordaccepted.html b/app/views/ur/bfs/meetings-2/cps-offer/recordaccepted.html
new file mode 100644
index 00000000..6b14712e
--- /dev/null
+++ b/app/views/ur/bfs/meetings-2/cps-offer/recordaccepted.html
@@ -0,0 +1,96 @@
+{% extends "layouts/main.html" %}
+
+{% set pageName="Telephone call details" %}
+
+{% block beforeContent %}
+
Back
+{% endblock %}
+
+{% block content %}
+
+
+
+
Details of the meeting acceptance
+
+
+
+
+
+
+
+{% endblock %}
+
+{% block pageScripts %}
+
+{% endblock %}
diff --git a/app/views/ur/bfs/meetings-2/cps-offer/recorddeclined.html b/app/views/ur/bfs/meetings-2/cps-offer/recorddeclined.html
new file mode 100644
index 00000000..d72c96bd
--- /dev/null
+++ b/app/views/ur/bfs/meetings-2/cps-offer/recorddeclined.html
@@ -0,0 +1,96 @@
+{% extends "layouts/main.html" %}
+
+{% set pageName="Telephone call details" %}
+
+{% block beforeContent %}
+
Back
+{% endblock %}
+
+{% block content %}
+
+
+
+
Details of the meeting declined
+
+
+
+
+
+
+
+{% endblock %}
+
+{% block pageScripts %}
+
+{% endblock %}
diff --git a/app/views/ur/bfs/meetings-2/cps-offer/what-do-you-want-to-log.html b/app/views/ur/bfs/meetings-2/cps-offer/what-do-you-want-to-log.html
new file mode 100644
index 00000000..3387339c
--- /dev/null
+++ b/app/views/ur/bfs/meetings-2/cps-offer/what-do-you-want-to-log.html
@@ -0,0 +1,52 @@
+{% extends "layouts/main.html" %}
+
+{% set pageName="Purpose of meeting" %}
+
+{% block beforeContent %}
+
Back
+{% endblock %}
+
+{% block content %}
+
+{% endblock %}
diff --git a/app/views/ur/bfs/meetings-2/crown-location.html b/app/views/ur/bfs/meetings-2/crown-location.html
new file mode 100644
index 00000000..29c62304
--- /dev/null
+++ b/app/views/ur/bfs/meetings-2/crown-location.html
@@ -0,0 +1,33 @@
+{% extends "layouts/main.html" %}
+
+{% set pageName="Purpose of meeting" %}
+
+{% block beforeContent %}
+
Back
+{% endblock %}
+
+{% block content %}
+
+
+
+
+
+ Which crown court will the meeting be held?
+
+
+
+
+
+
+
+
+
+{% endblock %}
diff --git a/app/views/ur/bfs/meetings-2/did-victim-request.html b/app/views/ur/bfs/meetings-2/did-victim-request.html
new file mode 100644
index 00000000..75b4c1e0
--- /dev/null
+++ b/app/views/ur/bfs/meetings-2/did-victim-request.html
@@ -0,0 +1,56 @@
+{% extends "layouts/main.html" %}
+
+{% set pageName="Purpose of meeting" %}
+
+{% block beforeContent %}
+
Back
+{% endblock %}
+
+{% block content %}
+
+{% endblock %}
diff --git a/app/views/ur/bfs/meetings-2/format.html b/app/views/ur/bfs/meetings-2/format.html
new file mode 100644
index 00000000..b454e8d9
--- /dev/null
+++ b/app/views/ur/bfs/meetings-2/format.html
@@ -0,0 +1,59 @@
+{% extends "layouts/main.html" %}
+
+{% set pageName="Purpose of meeting" %}
+
+{% block beforeContent %}
+
Back
+{% endblock %}
+
+{% block content %}
+
+{% endblock %}
diff --git a/app/views/ur/bfs/meetings-2/has-meeting-been-offered.html b/app/views/ur/bfs/meetings-2/has-meeting-been-offered.html
new file mode 100644
index 00000000..ad7bdabe
--- /dev/null
+++ b/app/views/ur/bfs/meetings-2/has-meeting-been-offered.html
@@ -0,0 +1,52 @@
+{% extends "layouts/main.html" %}
+
+{% set pageName="Purpose of meeting" %}
+
+{% block beforeContent %}
+
Back
+{% endblock %}
+
+{% block content %}
+
+{% endblock %}
diff --git a/app/views/ur/bfs/meetings-2/invite-sent.html b/app/views/ur/bfs/meetings-2/invite-sent.html
new file mode 100644
index 00000000..d7d949e2
--- /dev/null
+++ b/app/views/ur/bfs/meetings-2/invite-sent.html
@@ -0,0 +1,355 @@
+{% extends "layouts/main.html" %}
+
+{% set pageName="Victim record" %}
+
+{% block beforeContent %}
+
+{% endblock %}
+
+{% block content %}
+
+
+
+
+
+
+
+
CPS pre-trial meeting arranged.
+
+
+
+
+ {% if (data['success'] == "yes") %}
+
+
+
+
+ {% if (data['successReason'] == "email-address-updated") %}
+ Victim email address updated
+ {% elif (data['successReason'] == "pmoc-updated") %}
+ Victim's preferred method of contact updated
+ {% elif (data['successReason'] == "not-informed-after-call-1") or (data['successReason'] == "informed-after-call-1") %}
+ First call attempt logged
+ {% elif (data['successReason'] == "not-informed-after-call-2") or (data['successReason'] == "informed-after-call-2") %}
+ Second call attempt logged
+ {% elif (data['successReason'] == "not-informed-after-call-3") or (data['successReason'] == "informed-after-call-3") %}
+ Third call attempt logged
+ {% elif (data['successReason'] == "draft-approved-to-send") %}
+ Letter sent to CMS and approved to send
+ {% endif %}
+
+
+
+
+
+ {% else %}
+ {% endif %}
+
+
+ {{ data['victimSurname'] | upper }}, {{ data['victimForename'] }}
+
+
+ Case URN: {{ data['caseUrn'] }}
+
+
+
+
+
+
+
+
+
Contents
+
+
+
+
+ {% include "/ur/partials/victim-record/summary-v21.html" %}
+
+
+
+ {% include "/ur/partials/victim-record/victim-details-v21.html" %}
+
+
+
+ {% include "/ur/partials/victim-record/case-contacts-v21.html" %}
+
+
+
+
+
+
Communications
+
+
+ !
+
+ Warning
+Only share case information with Sarah Phillips's bereaved family if they can correctly answer the security questions.
+
+
+
+
+
+
+
+
+
+
+
+ Log new meeting details to offer a CPS pre-trial meeting
+
+
+
+
+
+
+
+
+
+
+ CPS pre-trial meeting arranged
+
+
+
+
+
+
+ Date and time
+
+
+ 11 April 2025 at 11:45am
+
+
+
+
+ How meeting was arranged
+
+
+ CPS offered and Sarah Phillips's bereaved family accepted
+
+
+
+
+
+ How meeting will take place
+
+
+ In person
+
+
+
+
+
+ Location
+
+
+ Birmingham Magistrates’ Court
+
+
+
+
+
+
+ Attendees
+
+
+ (Meeting lead) Police officer in charge (PC FISHER, Jane), Victim (PHILLIPS Sarah), High court advocate (SHEAF, Jessica), Family liaison officer (BIDWELL, Jane), Independent domestic violence adviser (IDVA) (SAKAMOTO, Hadji)
+
+
+
+
+
+
+Support needs
+
+
+ Interpreter needed: No, Person for support: Yes
+
+ Other support: Victim's family will need a room with step free access
+
+
+
+
+
+
+
+
+
+
+
+
+ Offered meeting
+
+
+
+
+
+
+ CPS pre-trial meeting offer accepted
+
+
+
+
+
+
+ How meeting offer was accepted
+
+
+ Letter by post
+
+
+
+
+
+ Date meeting was accepted
+
+
+ 11 April 2025
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ CPS pre-trial meeting offered
+
+
+
+
+
+
+ How was meeting offered
+
+
+ Letter by post
+
+
+
+
+
+ Date meeting was offered
+
+
+ 11 April 2025
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+{% endblock %}
diff --git a/app/views/ur/bfs/meetings-2/location.html b/app/views/ur/bfs/meetings-2/location.html
new file mode 100644
index 00000000..b9da2040
--- /dev/null
+++ b/app/views/ur/bfs/meetings-2/location.html
@@ -0,0 +1,153 @@
+{% extends "layouts/main.html" %}
+
+{% set pageName="Purpose of meeting" %}
+
+{% block beforeContent %}
+
Back
+{% endblock %}
+
+{% block content %}
+
+{% endblock %}
diff --git a/app/views/ur/bfs/meetings-2/log-outcome/actions.html b/app/views/ur/bfs/meetings-2/log-outcome/actions.html
new file mode 100644
index 00000000..58660806
--- /dev/null
+++ b/app/views/ur/bfs/meetings-2/log-outcome/actions.html
@@ -0,0 +1,44 @@
+{% extends "layouts/main.html" %}
+
+{% set pageName="Telephone call details" %}
+
+{% block beforeContent %}
+
Back
+{% endblock %}
+
+{% block content %}
+
+
+
+
+
+
+
+
+What actions were agreed?
+
+
+
+
+
+
+
+
+
+
+
+{% endblock %}
+
+{% block pageScripts %}
+
+{% endblock %}
diff --git a/app/views/ur/bfs/meetings-2/log-outcome/add-another.html b/app/views/ur/bfs/meetings-2/log-outcome/add-another.html
new file mode 100644
index 00000000..919a42b7
--- /dev/null
+++ b/app/views/ur/bfs/meetings-2/log-outcome/add-another.html
@@ -0,0 +1,53 @@
+{% extends "layouts/main.html" %}
+
+{% set pageName="Purpose of meeting" %}
+
+{% block beforeContent %}
+
Back
+{% endblock %}
+
+{% block content %}
+
+
+
+
+
Who attended the meeting?
+
+
+
+
+
+
+
+
+
+
+
+
+{% endblock %}
diff --git a/app/views/ur/bfs/meetings-2/log-outcome/agree-to-research.html b/app/views/ur/bfs/meetings-2/log-outcome/agree-to-research.html
new file mode 100644
index 00000000..5c7b6cb6
--- /dev/null
+++ b/app/views/ur/bfs/meetings-2/log-outcome/agree-to-research.html
@@ -0,0 +1,56 @@
+{% extends "layouts/main.html" %}
+
+{% set pageName="Purpose of meeting" %}
+
+{% block beforeContent %}
+
Back
+{% endblock %}
+
+{% block content %}
+
+{% endblock %}
diff --git a/app/views/ur/bfs/meetings-2/log-outcome/any-actions-agreed.html b/app/views/ur/bfs/meetings-2/log-outcome/any-actions-agreed.html
new file mode 100644
index 00000000..55782023
--- /dev/null
+++ b/app/views/ur/bfs/meetings-2/log-outcome/any-actions-agreed.html
@@ -0,0 +1,108 @@
+{% extends "layouts/main.html" %}
+
+{% set pageName="Purpose of meeting" %}
+
+{% block beforeContent %}
+
Back
+{% endblock %}
+
+{% block content %}
+
+{% endblock %}
diff --git a/app/views/ur/bfs/meetings-2/log-outcome/chair-person.html b/app/views/ur/bfs/meetings-2/log-outcome/chair-person.html
new file mode 100644
index 00000000..43b6dfbe
--- /dev/null
+++ b/app/views/ur/bfs/meetings-2/log-outcome/chair-person.html
@@ -0,0 +1,68 @@
+{% extends "layouts/main.html" %}
+
+{% set pageName="Purpose of meeting" %}
+
+{% block beforeContent %}
+
Back
+{% endblock %}
+
+{% block content %}
+
+{% endblock %}
diff --git a/app/views/ur/bfs/meetings-2/log-outcome/check-answers-no.html b/app/views/ur/bfs/meetings-2/log-outcome/check-answers-no.html
new file mode 100644
index 00000000..bdeb404f
--- /dev/null
+++ b/app/views/ur/bfs/meetings-2/log-outcome/check-answers-no.html
@@ -0,0 +1,172 @@
+{% extends "layouts/main.html" %}
+
+{% set pageName="Purpose of meeting" %}
+
+{% block beforeContent %}
+
Back
+{% endblock %}
+
+{% block content %}
+
+
+
+
+
Check your answers before logging the meeting outcome
+
+
+
+
+ Duration of the meeting
+
+ 3 hours 30 minutes
+
+
+ Change name
+
+
+
+
+
+
+ Attendees
+
+
+ Sarah Phillips's bereaved family
+ High court advocate (SHEAF, Jessica)
+ Family liaison officer (BIDWELL, Jane)
+ Independent domestic violence adviser (IDVA) (SAKAMOTO, Hadji)
+ Police officer in charge (PC FISHER, Jane)
+
+
+ Change contact details
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+{% endblock %}
diff --git a/app/views/ur/bfs/meetings-2/log-outcome/check-answers.html b/app/views/ur/bfs/meetings-2/log-outcome/check-answers.html
new file mode 100644
index 00000000..4abe00a8
--- /dev/null
+++ b/app/views/ur/bfs/meetings-2/log-outcome/check-answers.html
@@ -0,0 +1,184 @@
+{% extends "layouts/main.html" %}
+
+{% set pageName="Purpose of meeting" %}
+
+{% block beforeContent %}
+
Back
+{% endblock %}
+
+{% block content %}
+
+
+
+
+
Check your answers before logging the meeting outcome
+
+
+
+
+ Duration of the meeting
+
+ 3 hours 30 minutes
+
+
+ Change name
+
+
+
+
+
+
+ Attendees
+
+
+ Sarah Phillips's bereaved family
+ High court advocate (SHEAF, Jessica)
+ Family liaison officer (BIDWELL, Jane)
+ Independent domestic violence adviser (IDVA) (SAKAMOTO, Hadji)
+ Police officer in charge (PC FISHER, Jane)
+
+
+ Change contact details
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ What was agreed
+
+
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean in feugiat sem, at facilisis diam. Ut sit amet mi ac nisi blandit rutrum.
+
+
+ Change contact details
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+{% endblock %}
diff --git a/app/views/ur/bfs/meetings-2/log-outcome/did-counsel-attend.html b/app/views/ur/bfs/meetings-2/log-outcome/did-counsel-attend.html
new file mode 100644
index 00000000..9d537a12
--- /dev/null
+++ b/app/views/ur/bfs/meetings-2/log-outcome/did-counsel-attend.html
@@ -0,0 +1,52 @@
+{% extends "layouts/main.html" %}
+
+{% set pageName="Purpose of meeting" %}
+
+{% block beforeContent %}
+
Back
+{% endblock %}
+
+{% block content %}
+
+{% endblock %}
diff --git a/app/views/ur/bfs/meetings-2/log-outcome/did-meeting-happen.html b/app/views/ur/bfs/meetings-2/log-outcome/did-meeting-happen.html
new file mode 100644
index 00000000..807fc2d0
--- /dev/null
+++ b/app/views/ur/bfs/meetings-2/log-outcome/did-meeting-happen.html
@@ -0,0 +1,52 @@
+{% extends "layouts/main.html" %}
+
+{% set pageName="Purpose of meeting" %}
+
+{% block beforeContent %}
+
Back
+{% endblock %}
+
+{% block content %}
+
+{% endblock %}
diff --git a/app/views/ur/bfs/meetings-2/log-outcome/duration.html b/app/views/ur/bfs/meetings-2/log-outcome/duration.html
new file mode 100644
index 00000000..62a31ec6
--- /dev/null
+++ b/app/views/ur/bfs/meetings-2/log-outcome/duration.html
@@ -0,0 +1,73 @@
+{% extends "layouts/main.html" %}
+
+{% set pageName="Telephone call details" %}
+
+{% block beforeContent %}
+
Back
+{% endblock %}
+
+{% block content %}
+
+
+
+
How long did the meeting last?
+
+
+
+
+{% endblock %}
+
+{% block pageScripts %}
+
+{% endblock %}
diff --git a/app/views/ur/bfs/meetings-2/log-outcome/eligible-for-expenses.html b/app/views/ur/bfs/meetings-2/log-outcome/eligible-for-expenses.html
new file mode 100644
index 00000000..d4f550b3
--- /dev/null
+++ b/app/views/ur/bfs/meetings-2/log-outcome/eligible-for-expenses.html
@@ -0,0 +1,52 @@
+{% extends "layouts/main.html" %}
+
+{% set pageName="Purpose of meeting" %}
+
+{% block beforeContent %}
+
Back
+{% endblock %}
+
+{% block content %}
+
+{% endblock %}
diff --git a/app/views/ur/bfs/meetings-2/log-outcome/minutes-sent-oic.html b/app/views/ur/bfs/meetings-2/log-outcome/minutes-sent-oic.html
new file mode 100644
index 00000000..b05a45db
--- /dev/null
+++ b/app/views/ur/bfs/meetings-2/log-outcome/minutes-sent-oic.html
@@ -0,0 +1,62 @@
+{% extends "layouts/main.html" %}
+
+{% set pageName="Telephone call details" %}
+
+{% block beforeContent %}
+
Back
+{% endblock %}
+
+{% block content %}
+
+
+
+
+
+
+
+
+
+
+
+
+{{ govukRadios({
+ name: "meeting2",
+ value: data['meeting2'],
+ fieldset: {
+ legend: {
+ text: "Have the meeting notes been sent to the Officer in Charge (OIC)?",
+ isPageHeading: true,
+ classes: "govuk-fieldset__legend--l"
+ }
+ },
+ items: [
+ {
+ value: "yes",
+ text: "Yes"
+ },
+ {
+ value: "no",
+ text: "No"
+ }
+ ]
+ }) }}
+
+
+
+
+
+{% endblock %}
+
+{% block pageScripts %}
+
+{% endblock %}
diff --git a/app/views/ur/bfs/meetings-2/log-outcome/minutes-sent.html b/app/views/ur/bfs/meetings-2/log-outcome/minutes-sent.html
new file mode 100644
index 00000000..de8238e3
--- /dev/null
+++ b/app/views/ur/bfs/meetings-2/log-outcome/minutes-sent.html
@@ -0,0 +1,62 @@
+{% extends "layouts/main.html" %}
+
+{% set pageName="Telephone call details" %}
+
+{% block beforeContent %}
+
Back
+{% endblock %}
+
+{% block content %}
+
+
+
+
+
+
+
+
+
+
+
+
+{{ govukRadios({
+ name: "meeting2",
+ value: data['meeting2'],
+ fieldset: {
+ legend: {
+ text: "Have the meeting notes been sent to Sarah Phillips's bereaved family?",
+ isPageHeading: true,
+ classes: "govuk-fieldset__legend--l"
+ }
+ },
+ items: [
+ {
+ value: "yes",
+ text: "Yes"
+ },
+ {
+ value: "no",
+ text: "No"
+ }
+ ]
+ }) }}
+
+
+
+
+
+{% endblock %}
+
+{% block pageScripts %}
+
+{% endblock %}
diff --git a/app/views/ur/bfs/meetings-2/log-outcome/outcome-logged.html b/app/views/ur/bfs/meetings-2/log-outcome/outcome-logged.html
new file mode 100644
index 00000000..407ca73e
--- /dev/null
+++ b/app/views/ur/bfs/meetings-2/log-outcome/outcome-logged.html
@@ -0,0 +1,445 @@
+{% extends "layouts/main.html" %}
+
+{% set pageName="Victim record" %}
+
+{% block beforeContent %}
+
+{% endblock %}
+
+{% block content %}
+
+
+
+
+
+
+
+
CPS pre-trial meeting outcome logged.
+
+
+
+
+
+ {% if (data['success'] == "yes") %}
+
+
+
+
+ {% if (data['successReason'] == "email-address-updated") %}
+ Victim email address updated
+ {% elif (data['successReason'] == "pmoc-updated") %}
+ Victim's preferred method of contact updated
+ {% elif (data['successReason'] == "not-informed-after-call-1") or (data['successReason'] == "informed-after-call-1") %}
+ First call attempt logged
+ {% elif (data['successReason'] == "not-informed-after-call-2") or (data['successReason'] == "informed-after-call-2") %}
+ Second call attempt logged
+ {% elif (data['successReason'] == "not-informed-after-call-3") or (data['successReason'] == "informed-after-call-3") %}
+ Third call attempt logged
+ {% elif (data['successReason'] == "draft-approved-to-send") %}
+ Letter sent to CMS and approved to send
+ {% endif %}
+
+
+
+
+
+ {% else %}
+ {% endif %}
+
+
+ {{ data['victimSurname'] | upper }}, {{ data['victimForename'] }}
+
+
+ Case URN: {{ data['caseUrn'] }}
+
+
+
+
+
+
+
+
+
Contents
+
+
+
+
+ {% include "/ur/partials/victim-record/summary-v21.html" %}
+
+
+
+ {% include "/ur/partials/victim-record/victim-details-v21.html" %}
+
+
+
+ {% include "/ur/partials/victim-record/case-contacts-v21.html" %}
+
+
+
+
+
+
Communications
+
+
+ !
+
+ Warning
+Only share case information with Sarah Phillips's bereaved family if they can correctly answer the security questions.
+
+
+
+
+
+
+
+
+
+
+
+ Log new meeting details to offer a CPS pre-trial meeting
+
+
+
+
+
+
+
+
+
+
+ CPS pre-trial meeting outcome logged
+
+
+
+
+
+
+ Duration of the meeting
+
+
+ 3 hours 30 minutes
+
+
+
+
+
+ Attendees
+
+
+ Police officer in charge (PC FISHER, Jane), Sarah Phillips's bereaved family, High court advocate (SHEAF, Jessica), Family liaison officer (BIDWELL, Jane), Independent domestic violence adviser (IDVA) (SAKAMOTO, Hadji)
+
+
+
+
+
+
+
+Counsel attended
+
+
+Yes
+
+
+
+
+
+
+
+
+Eligible for expenses
+
+
+Yes
+
+
+
+
+
+
+
+
+
+Agreed to research
+
+
+No
+
+
+
+
+
+ Meeting notes
+
+
+Yes
+
+
+
+
+ Meeting notes to OIC
+
+
+Yes
+
+
+
+
+ Meeting notes to victim
+
+
+Yes
+
+
+
+
+ Actions agreed
+
+
+Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean in feugiat sem, at facilisis diam. Ut sit amet mi ac nisi blandit rutrum.
+
+
+
+
+
+
+
+
+
+
+
+
+
+Arranged meetings
+
+
+
+
+
+
+
+ CPS pre-trial meeting arranged
+
+
+
+
+
+
+ Date and time
+
+
+ 11 April 2025 at 11:45am
+
+
+
+
+
+ How meeting will take place
+
+
+ In person
+
+
+
+
+
+ Location
+
+
+ Birmingham Magistrates’ Court
+
+
+
+
+
+
+ Attendees
+
+
+ (Meeting lead) Police officer in charge (PC FISHER, Jane), Sarah Phillips's bereaved family, High court advocate (SHEAF, Jessica), Family liaison officer (BIDWELL, Jane), Independent domestic violence adviser (IDVA) (SAKAMOTO, Hadji)
+
+
+
+
+
+
+ Support needs
+
+
+ Interpreter needed: No, Person for support: Yes
+
+ Other support: Victim will need a room with step free access
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Offered meeting
+
+
+
+
+
+
+ CPS pre-trial meeting offer accepted
+
+
+
+
+
+
+ How meeting offer was accepted
+
+
+ Letter by post
+
+
+
+
+
+ Date meeting was accepted
+
+
+ 11 April 2025
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ CPS pre-trial meeting offered
+
+
+
+
+
+
+ How was meeting offered
+
+
+ Letter by post
+
+
+
+
+
+ Date meeting was offered
+
+
+ 11 April 2025
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+{% endblock %}
diff --git a/app/views/ur/bfs/meetings-2/log-outcome/outcome-logged2.html b/app/views/ur/bfs/meetings-2/log-outcome/outcome-logged2.html
new file mode 100644
index 00000000..867d7650
--- /dev/null
+++ b/app/views/ur/bfs/meetings-2/log-outcome/outcome-logged2.html
@@ -0,0 +1,288 @@
+{% extends "layouts/main.html" %}
+
+{% set pageName="Victim record" %}
+
+{% block beforeContent %}
+
+{% endblock %}
+
+{% block content %}
+
+
+
+
+
+
+
CPS pre-trial meeting outcome logged.
+
+
+
+
+ {% if (data['success'] == "yes") %}
+
+
+
+
+ {% if (data['successReason'] == "email-address-updated") %}
+ Victim email address updated
+ {% elif (data['successReason'] == "pmoc-updated") %}
+ Victim's preferred method of contact updated
+ {% elif (data['successReason'] == "not-informed-after-call-1") or (data['successReason'] == "informed-after-call-1") %}
+ First call attempt logged
+ {% elif (data['successReason'] == "not-informed-after-call-2") or (data['successReason'] == "informed-after-call-2") %}
+ Second call attempt logged
+ {% elif (data['successReason'] == "not-informed-after-call-3") or (data['successReason'] == "informed-after-call-3") %}
+ Third call attempt logged
+ {% elif (data['successReason'] == "draft-approved-to-send") %}
+ Letter sent to CMS and approved to send
+ {% endif %}
+
+
+
+
+
+ {% else %}
+ {% endif %}
+
+
+ {{ data['victimSurname'] | upper }}, {{ data['victimForename'] }}
+
+
+ Case URN: {{ data['caseUrn'] }}
+
+
+
+
+
+
+
+
+
Contents
+
+
+
+
+ {% include "/ur/partials/victim-record/summary-v21.html" %}
+
+
+
+ {% include "/ur/partials/victim-record/victim-details-v21.html" %}
+
+
+
+ {% include "/ur/partials/victim-record/case-contacts-v21.html" %}
+
+
+
+
+
+
Communications
+
+
+ !
+
+ Warning
+Only share case information with Sarah Phillips's bereaved family if they can correctly answer the security questions.
+
+
+
+
+
+
+
+
+
+
+
+ Log new meeting details to offer a CPS pre-trial meeting
+
+
+
+
+
+
+
+
+
+
+ CPS pre-trial meeting outcome logged
+
+
+
+
+
+
+ Meeting took place
+
+
+ No
+
+
+
+
+
+ Reason why
+
+
+Sarah Phillips's bereaved family did not attend
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Meeting arranged
+
+
+
+
+
+
+
+ CPS pre-trial meeting arranged
+
+
+
+
+
+
+ Date and time
+
+
+ 11 April 2025 at 11:45am
+
+
+
+
+ How meeting will take place
+
+
+ In person
+
+
+
+
+
+ location
+
+
+ Birmingham Magistrates’ Court
+
+
+
+
+
+
+ Attendees
+
+
+ (Meeting lead) Police officer in charge (PC FISHER, Jane), Sarah Phillips's bereaved family, High court advocate (SHEAF, Jessica), Family liaison officer (BIDWELL, Jane), Independent domestic violence adviser (IDVA) (SAKAMOTO, Hadji)
+
+
+
+
+
+
+ Support need
+
+
+ Interpreter needed: No, Person for support: Yes
+
+ Other support: Victim's family will need a room with step free access
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+{% endblock %}
diff --git a/app/views/ur/bfs/meetings-2/log-outcome/reason-why.html b/app/views/ur/bfs/meetings-2/log-outcome/reason-why.html
new file mode 100644
index 00000000..b92428c6
--- /dev/null
+++ b/app/views/ur/bfs/meetings-2/log-outcome/reason-why.html
@@ -0,0 +1,109 @@
+{% extends "layouts/main.html" %}
+
+{% set pageName="Telephone call details" %}
+
+{% block beforeContent %}
+
Back
+{% endblock %}
+
+{% block content %}
+
+
+
+
+
+
+
+
+{% from "govuk/components/radios/macro.njk" import govukRadios %}
+{% from "govuk/components/input/macro.njk" import govukInput %}
+
+{% set emailHtml %}
+{{ govukInput({
+ id: "contact-by-email",
+ name: "contactByEmail",
+ type: "email",
+ autocomplete: "email",
+ spellcheck: false,
+ classes: "govuk-!-width-one-third",
+ label: {
+ text: "Email address"
+ }
+}) }}
+{% endset -%}
+
+{% set phoneHtml %}
+{{ govukInput({
+ id: "contact-by-phone",
+ name: "contactByPhone",
+ type: "tel",
+ autocomplete: "tel",
+ classes: "govuk-!-width-one-third",
+ label: {
+ text: "Phone number"
+ }
+}) }}
+{% endset -%}
+
+{% set textHtml %}
+{{ govukTextarea ({
+ id: "contact-by-text",
+ name: "contactByText",
+ type: "tel",
+ autocomplete: "tel",
+ classes: "govuk-input--width-20",
+ label: {
+ text: "Provide details"
+ }
+}) }}
+{% endset -%}
+
+{{ govukRadios({
+ name: "contact",
+ fieldset: {
+ legend: {
+ text: "Why did the meeting not take place?",
+ isPageHeading: true,
+ classes: "govuk-fieldset__legend--l"
+ }
+ },
+
+ items: [
+ {
+ value: "email",
+ text: "Sarah Phillips's bereaved family did not attend"
+
+
+ },
+ {
+ value: "phone",
+ text: "Key attendee did not attend"
+ },
+
+ {
+ value: "text",
+ text: "Other",
+ conditional: {
+ html: textHtml
+ }
+ }
+ ]
+}) }}
+
+
+
+
+
+{% endblock %}
+
+{% block pageScripts %}
+
+{% endblock %}
diff --git a/app/views/ur/bfs/meetings-2/log-outcome/special-measures-agreed.html b/app/views/ur/bfs/meetings-2/log-outcome/special-measures-agreed.html
new file mode 100644
index 00000000..0d1d58ce
--- /dev/null
+++ b/app/views/ur/bfs/meetings-2/log-outcome/special-measures-agreed.html
@@ -0,0 +1,109 @@
+{% extends "layouts/main.html" %}
+
+{% set pageName="Purpose of meeting" %}
+
+{% block beforeContent %}
+
Back
+{% endblock %}
+
+{% block content %}
+
+{% endblock %}
diff --git a/app/views/ur/bfs/meetings-2/log-outcome/upload-file-old.html b/app/views/ur/bfs/meetings-2/log-outcome/upload-file-old.html
new file mode 100644
index 00000000..9eff86ae
--- /dev/null
+++ b/app/views/ur/bfs/meetings-2/log-outcome/upload-file-old.html
@@ -0,0 +1,46 @@
+{% extends "layouts/main.html" %}
+
+{% set pageName="Telephone call details" %}
+
+{% block beforeContent %}
+
Back
+{% endblock %}
+
+{% block content %}
+
+
+
Upload meeting notes
+
+
+
+
+
+
+
+
+
+
+{% endblock %}
+
+{% block pageScripts %}
+
+{% endblock %}
diff --git a/app/views/ur/bfs/meetings-2/log-outcome/upload-file.html b/app/views/ur/bfs/meetings-2/log-outcome/upload-file.html
new file mode 100644
index 00000000..3195eaa5
--- /dev/null
+++ b/app/views/ur/bfs/meetings-2/log-outcome/upload-file.html
@@ -0,0 +1,62 @@
+{% extends "layouts/main.html" %}
+
+{% set pageName="Telephone call details" %}
+
+{% block beforeContent %}
+
Back
+{% endblock %}
+
+{% block content %}
+
+
+
+
+
+
+
+
+
+
+
+
+{{ govukRadios({
+ name: "meeting2",
+ value: data['meeting2'],
+ fieldset: {
+ legend: {
+ text: "Have meeting notes been saved in CMS?",
+ isPageHeading: true,
+ classes: "govuk-fieldset__legend--l"
+ }
+ },
+ items: [
+ {
+ value: "yes",
+ text: "Yes"
+ },
+ {
+ value: "no",
+ text: "No"
+ }
+ ]
+ }) }}
+
+
+
+
+
+{% endblock %}
+
+{% block pageScripts %}
+
+{% endblock %}
diff --git a/app/views/ur/bfs/meetings-2/log-outcome/who-attended.html b/app/views/ur/bfs/meetings-2/log-outcome/who-attended.html
new file mode 100644
index 00000000..552fa79d
--- /dev/null
+++ b/app/views/ur/bfs/meetings-2/log-outcome/who-attended.html
@@ -0,0 +1,81 @@
+{% extends "layouts/main.html" %}
+
+{% set pageName="Purpose of meeting" %}
+
+{% block beforeContent %}
+
Back
+{% endblock %}
+
+{% block content %}
+
+{% endblock %}
diff --git a/app/views/ur/bfs/meetings-2/magistrate-location.html b/app/views/ur/bfs/meetings-2/magistrate-location.html
new file mode 100644
index 00000000..0623976a
--- /dev/null
+++ b/app/views/ur/bfs/meetings-2/magistrate-location.html
@@ -0,0 +1,33 @@
+{% extends "layouts/main.html" %}
+
+{% set pageName="Purpose of meeting" %}
+
+{% block beforeContent %}
+
Back
+{% endblock %}
+
+{% block content %}
+
+
+
+
+
+ Which magistrates' court will the meeting be held?
+
+
+
+
+
+
+
+
+
+{% endblock %}
diff --git a/app/views/ur/bfs/meetings-2/meeting-already-open.html b/app/views/ur/bfs/meetings-2/meeting-already-open.html
new file mode 100644
index 00000000..e5aea2f4
--- /dev/null
+++ b/app/views/ur/bfs/meetings-2/meeting-already-open.html
@@ -0,0 +1,33 @@
+{% extends "layouts/main.html" %}
+
+{% set pageName="Purpose of meeting" %}
+
+{% block beforeContent %}
+
Back
+{% endblock %}
+
+{% block content %}
+
+{% endblock %}
diff --git a/app/views/ur/bfs/meetings-2/meeting-date.html b/app/views/ur/bfs/meetings-2/meeting-date.html
new file mode 100644
index 00000000..ea1c2c1e
--- /dev/null
+++ b/app/views/ur/bfs/meetings-2/meeting-date.html
@@ -0,0 +1,91 @@
+{% extends "layouts/main.html" %}
+
+{% set pageName="Telephone call details" %}
+
+{% block beforeContent %}
+
Back
+{% endblock %}
+
+{% block content %}
+
+
+
+
When will the meeting take place?
+
+
+
+
+{% endblock %}
+
+{% block pageScripts %}
+
+{% endblock %}
diff --git a/app/views/ur/bfs/meetings-2/police-station.html b/app/views/ur/bfs/meetings-2/police-station.html
new file mode 100644
index 00000000..94f00e14
--- /dev/null
+++ b/app/views/ur/bfs/meetings-2/police-station.html
@@ -0,0 +1,33 @@
+{% extends "layouts/main.html" %}
+
+{% set pageName="Purpose of meeting" %}
+
+{% block beforeContent %}
+
Back
+{% endblock %}
+
+{% block content %}
+
+
+
+
+
+ Which police station will the meeting be held?
+
+
+
+
+
+
+
+
+
+{% endblock %}
diff --git a/app/views/ur/bfs/meetings-2/purpose.html b/app/views/ur/bfs/meetings-2/purpose.html
new file mode 100644
index 00000000..d966d3f4
--- /dev/null
+++ b/app/views/ur/bfs/meetings-2/purpose.html
@@ -0,0 +1,86 @@
+{% extends "layouts/main.html" %}
+
+{% set pageName="Purpose of meeting" %}
+
+{% block beforeContent %}
+
Back
+{% endblock %}
+
+{% block content %}
+
+{% endblock %}
diff --git a/app/views/ur/bfs/meetings-2/purpose2.html b/app/views/ur/bfs/meetings-2/purpose2.html
new file mode 100644
index 00000000..aa2b28f4
--- /dev/null
+++ b/app/views/ur/bfs/meetings-2/purpose2.html
@@ -0,0 +1,86 @@
+{% extends "layouts/main.html" %}
+
+{% set pageName="Purpose of meeting" %}
+
+{% block beforeContent %}
+
Back
+{% endblock %}
+
+{% block content %}
+
+{% endblock %}
diff --git a/app/views/ur/bfs/meetings-2/reason-why.html b/app/views/ur/bfs/meetings-2/reason-why.html
new file mode 100644
index 00000000..0de72278
--- /dev/null
+++ b/app/views/ur/bfs/meetings-2/reason-why.html
@@ -0,0 +1,44 @@
+{% extends "layouts/main.html" %}
+
+{% set pageName="Telephone call details" %}
+
+{% block beforeContent %}
+
Back
+{% endblock %}
+
+{% block content %}
+
+
+
+
+
+
+
+
+ What is the reason for rescheduling the meeting?
+
+
+
+
+
+
+
+
+
+
+
+{% endblock %}
+
+{% block pageScripts %}
+
+{% endblock %}
diff --git a/app/views/ur/bfs/meetings-2/rescheduled/check-answers.html b/app/views/ur/bfs/meetings-2/rescheduled/check-answers.html
new file mode 100644
index 00000000..4d6cffe0
--- /dev/null
+++ b/app/views/ur/bfs/meetings-2/rescheduled/check-answers.html
@@ -0,0 +1,155 @@
+{% extends "layouts/main.html" %}
+
+{% set pageName="Purpose of meeting" %}
+
+{% block beforeContent %}
+
Back
+{% endblock %}
+
+{% block content %}
+
+
+
+
+
Check your answers before changing
+
+
+
+
+ Victim
+
+
+ Sarah Phillips (Deceased)
+
+
+ Change name
+
+
+
+
+
+ How meeting was arranged
+
+
+ CPS offered and Sarah Phillips's bereaved family accepted
+
+
+ Change date of birth
+
+
+
+
+
+ How meeting will take place
+
+
+ In person
+
+
+ Change address
+
+
+
+
+
+
+
+
+ Attendees
+
+
+ Sarah Phillips's bereaved family
+ High court advocate (SHEAF, Jessica)
+ Family liaison officer (BIDWELL, Jane)
+ Independent domestic violence adviser (IDVA) (SAKAMOTO, Hadji)
+ Police officer in charge (PC FISHER, Jane)
+
+
+ Change contact details
+
+
+
+
+
+
+
+
+
+ Support needs
+
+
+ Interpreter needed: No
+ Person for support: Yes
+ Other support: Victim's family will need a room with step free access
+
+
+
+ Change contact details
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+{% endblock %}
diff --git a/app/views/ur/bfs/meetings-2/rescheduled/check-answers2.html b/app/views/ur/bfs/meetings-2/rescheduled/check-answers2.html
new file mode 100644
index 00000000..c56f8728
--- /dev/null
+++ b/app/views/ur/bfs/meetings-2/rescheduled/check-answers2.html
@@ -0,0 +1,167 @@
+{% extends "layouts/main.html" %}
+
+{% set pageName="Purpose of meeting" %}
+
+{% block beforeContent %}
+
Back
+{% endblock %}
+
+{% block content %}
+
+
+
+
+
Check your answers before confirming details
+
+
+
+
+ Name
+
+
+ Sarah Phillips's bereaved family
+
+
+ Change name
+
+
+
+
+
+ How meeting was arranged
+
+
+ CPS offered and Sarah Phillips's bereaved family accepted
+
+
+ Change date of birth
+
+
+
+
+
+
+ Reason for change
+
+
+ Sarah Phillips's bereaved family not available
+
+
+ Change date of birth
+
+
+
+
+ How meeting will take place
+
+
+ In person
+
+
+ Change address
+
+
+
+
+
+
+
+
+ Attendees
+
+
+ Victim (PHILLIPS Sarah)
+ High court advocate (SHEAF, Jessica)
+ Family liaison officer (BIDWELL, Jane)
+ Independent domestic violence adviser (IDVA) (SAKAMOTO, Hadji)
+ Police officer in charge (PC FISHER, Jane)
+
+
+ Change contact details
+
+
+
+
+
+
+
+
+
+ Support needs
+
+
+ Interpreter needed: No
+ Person for support: Yes
+ Other support: Victim will need a room with step free access
+
+
+
+ Change contact details
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+{% endblock %}
diff --git a/app/views/ur/bfs/meetings-2/rescheduled/invite-sent.html b/app/views/ur/bfs/meetings-2/rescheduled/invite-sent.html
new file mode 100644
index 00000000..a806abac
--- /dev/null
+++ b/app/views/ur/bfs/meetings-2/rescheduled/invite-sent.html
@@ -0,0 +1,433 @@
+{% extends "layouts/main.html" %}
+
+{% set pageName="Victim record" %}
+
+{% block beforeContent %}
+
+{% endblock %}
+
+{% block content %}
+
+
+
+
+
+
+
CPS pre-trial meeting details changed.
+
+
+
+
+
+ {% if (data['success'] == "yes") %}
+
+
+
+
+ {% if (data['successReason'] == "email-address-updated") %}
+ Victim email address updated
+ {% elif (data['successReason'] == "pmoc-updated") %}
+ Victim's preferred method of contact updated
+ {% elif (data['successReason'] == "not-informed-after-call-1") or (data['successReason'] == "informed-after-call-1") %}
+ First call attempt logged
+ {% elif (data['successReason'] == "not-informed-after-call-2") or (data['successReason'] == "informed-after-call-2") %}
+ Second call attempt logged
+ {% elif (data['successReason'] == "not-informed-after-call-3") or (data['successReason'] == "informed-after-call-3") %}
+ Third call attempt logged
+ {% elif (data['successReason'] == "draft-approved-to-send") %}
+ Letter sent to CMS and approved to send
+ {% endif %}
+
+
+
+
+
+ {% else %}
+ {% endif %}
+
+
+ {{ data['victimSurname'] | upper }}, {{ data['victimForename'] }}
+
+
+ Case URN: {{ data['caseUrn'] }}
+
+
+
+
+
+
+
+
+
Contents
+
+
+
+
+ {% include "/ur/partials/victim-record/summary-v21.html" %}
+
+
+
+ {% include "/ur/partials/victim-record/victim-details-v21.html" %}
+
+
+
+ {% include "/ur/partials/victim-record/case-contacts-v21.html" %}
+
+
+
+
+
+
Communications
+
+
+ !
+
+ Warning
+Only share case information with Sarah Phillips's bereaved family if they can correctly answer the security questions.
+
+
+
+
+
+
+
+
+
+
+
+ Log new meeting details to offer a CPS pre-trial meeting
+
+
+
+
+
+
+
+
+
+
+ CPS pre-trial meeting details changed
+
+
+
+
+
+
+ Date and time
+
+
+ 15 April 2025 at 14:00pm
+
+
+
+
+
+
+
+
+
+
+ Reason for change
+
+ Sarah Phillips's bereaved family not available
+
+
+
+
+
+
+
+ How meeting was arranged
+
+
+ CPS offered and Sarah Phillips's bereaved family accepted
+
+
+
+
+
+ How meeting will take place
+
+
+ In person
+
+
+
+
+
+ Location
+
+
+ Birmingham Magistrates’ Court
+
+
+
+
+
+
+ Attendees
+
+
+ (Meeting lead) Police officer in charge (PC FISHER, Jane), Sarah Phillips's bereaved family, High court advocate (SHEAF, Jessica), Family liaison officer (BIDWELL, Jane), Independent domestic violence adviser (IDVA) (SAKAMOTO, Hadji)
+
+
+
+
+
+
+Support needs
+
+
+ Interpreter needed: No, Person for support: Yes
+
+ Other support: Victim's family will need a room with step free access
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Arranged meetings
+
+
+
+
+
+
+
+ CPS pre-trial meeting arranged
+
+
+
+
+
+
+ Date and time
+
+
+ 11 April 2025 at 11:45am
+
+
+
+
+
+ How meeting will take place
+
+
+ In person
+
+
+
+
+
+ Location
+
+
+ Birmingham Magistrates’ Court
+
+
+
+
+
+
+ Attendees
+
+
+ (Meeting lead) Police officer in charge (PC FISHER, Jane), Sarah Phillips's bereaved family, High court advocate (SHEAF, Jessica), Family liaison officer (BIDWELL, Jane), Independent domestic violence adviser (IDVA) (SAKAMOTO, Hadji)
+
+
+
+
+
+
+ Support needs
+
+
+ Interpreter needed: No, Person for support: Yes
+
+ Other support: Victim's family will need a room with step free access
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Offered meeting
+
+
+
+
+
+
+ CPS pre-trial meeting offer accepted
+
+
+
+
+
+
+ How meeting offer was accepted
+
+
+ Letter by post
+
+
+
+
+
+ Date meeting was accepted
+
+
+ 11 April 2025
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ CPS pre-trial meeting offered
+
+
+
+
+
+
+ How was meeting offered
+
+
+ Letter by post
+
+
+
+
+
+ Date meeting was offered
+
+
+ 11 April 2025
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+{% endblock %}
diff --git a/app/views/ur/bfs/meetings-2/rescheduled/meeting-date.html b/app/views/ur/bfs/meetings-2/rescheduled/meeting-date.html
new file mode 100644
index 00000000..7235c2ff
--- /dev/null
+++ b/app/views/ur/bfs/meetings-2/rescheduled/meeting-date.html
@@ -0,0 +1,91 @@
+{% extends "layouts/main.html" %}
+
+{% set pageName="Telephone call details" %}
+
+{% block beforeContent %}
+
Back
+{% endblock %}
+
+{% block content %}
+
+
+
+
When will the meeting take place?
+
+
+
+
+{% endblock %}
+
+{% block pageScripts %}
+
+{% endblock %}
diff --git a/app/views/ur/bfs/meetings-2/rescheduled/reason-why.html b/app/views/ur/bfs/meetings-2/rescheduled/reason-why.html
new file mode 100644
index 00000000..e3abca9a
--- /dev/null
+++ b/app/views/ur/bfs/meetings-2/rescheduled/reason-why.html
@@ -0,0 +1,109 @@
+{% extends "layouts/main.html" %}
+
+{% set pageName="Telephone call details" %}
+
+{% block beforeContent %}
+
Back
+{% endblock %}
+
+{% block content %}
+
+
+
+
+
+{% from "govuk/components/radios/macro.njk" import govukRadios %}
+{% from "govuk/components/input/macro.njk" import govukInput %}
+
+{% set emailHtml %}
+{{ govukInput({
+ id: "contact-by-email",
+ name: "contactByEmail",
+ type: "email",
+ autocomplete: "email",
+ spellcheck: false,
+ classes: "govuk-!-width-one-third",
+ label: {
+ text: "Email address"
+ }
+}) }}
+{% endset -%}
+
+{% set phoneHtml %}
+{{ govukInput({
+ id: "contact-by-phone",
+ name: "contactByPhone",
+ type: "tel",
+ autocomplete: "tel",
+ classes: "govuk-!-width-one-third",
+ label: {
+ text: "Phone number"
+ }
+}) }}
+{% endset -%}
+
+{% set textHtml %}
+{{ govukTextarea ({
+ id: "contact-by-text",
+ name: "contactByText",
+ type: "tel",
+ autocomplete: "tel",
+ classes: "govuk-input--width-20",
+ label: {
+ text: "Provide details"
+ }
+}) }}
+{% endset -%}
+
+{{ govukRadios({
+ name: "contact",
+ fieldset: {
+ legend: {
+ text: "What is the reason for changing the date and time?",
+ isPageHeading: true,
+ classes: "govuk-fieldset__legend--l"
+ }
+ },
+
+ items: [
+ {
+ value: "email",
+ text: "Sarah Phillips's bereaved family not available"
+
+
+ },
+ {
+ value: "phone",
+ text: "Attendee not available"
+ },
+ {
+ value: "phone",
+ text: "Incorrect meeting date"
+ },
+ {
+ value: "text",
+ text: "Other",
+ conditional: {
+ html: textHtml
+ }
+ }
+ ]
+}) }}
+
+
+
+
+
+{% endblock %}
+
+{% block pageScripts %}
+
+{% endblock %}
diff --git a/app/views/ur/bfs/meetings-2/search.html b/app/views/ur/bfs/meetings-2/search.html
new file mode 100644
index 00000000..9946e1da
--- /dev/null
+++ b/app/views/ur/bfs/meetings-2/search.html
@@ -0,0 +1,136 @@
+{% extends "layouts/main.html" %}
+
+{% set pageName="Search for a victim" %}
+
+{% block beforeContent %}
+
+{% endblock %}
+
+{% block content %}
+
+
+
+
+ {% if (data['searchUrn'] == data['caseUrn']) %}
+
+
+
+ We've found 8 results for {{ data['caseUrn'] }}
+
+
+
+
+
+
+
+ Add the victim's category if it's missing. Go to the page for an individual and update it from the Victim details tab.
+
+
+
+
+
+ URN search results showing victims and witnesses
+
+
+
+
+
+
+
+
+
+
+
+ View victim record for OBERON, Shelly
+ Victim
+ {{ data['caseUrn'] }}
+ DAVIES, Bella+
+
+
+ View victim record for KING, Wendy
+ Victim
+ {{ data['caseUrn'] }}
+ DAVIES, Bella+
+
+
+ View victim record for {{ data['victimSurname'] | upper }}, {{ data['victimForename'] }}
+ Victim
+ {{ data['caseUrn'] }}
+ DAVIES, Bella+
+
+
+ View victim record for JONES, Oliver A
+
+ {{ data['caseUrn'] }}
+ DAVIES, Bella+
+
+
+ View victim record for WOODLEY, Alfred
+
+ {{ data['caseUrn'] }}
+ DAVIES, Bella+
+
+
+ View victim record for COLLOCINI, Emiliano
+
+ {{ data['caseUrn'] }}
+ DAVIES, Bella+
+
+
+ View victim record for EVANS, Gareth
+
+ {{ data['caseUrn'] }}
+ DAVIES, Bella+
+
+
+ View victim record for COOPER, Tracey
+
+ {{ data['caseUrn'] }}
+ DAVIES, Bella+
+
+
+
+ {% endif %}
+
+
+
+
+{% endblock %}
diff --git a/app/views/ur/bfs/meetings-2/sign-in.html b/app/views/ur/bfs/meetings-2/sign-in.html
new file mode 100644
index 00000000..f27ce6e1
--- /dev/null
+++ b/app/views/ur/bfs/meetings-2/sign-in.html
@@ -0,0 +1,67 @@
+{% extends "layouts/main.html" %}
+
+{% set pageName="Sign in to your account" %}
+
+{% block header %}
+{% endblock %}
+
+{% block content %}
+
+
+
+
+
+
+
+
+
+
+ Victim Case Application
+
+ Sign in to your account
+
+
+
+
+
+
+
+
+
+
+
+
+ Information contained within CMS is processed in accordance with data protection legislation. CMS is classified to hold data up to and including OFFICIAL (SENSITIVE). You must have a legitimate business reason for accessing both the system and any specific case held on the system. All activity is monitored, and misuse or unauthorised use of the system or data therein may result in disciplinary action and/or prosecution.
+
+
+ As a CMS user you have a responsibility to keep the vital data of victims, defendants and witnesses safe and confidential. If you are made aware of a data breach, you must report it immediately. For information on reporting a breach, go to the Incident Management & Reporting Policy on the Security & Information Assurance intranet hub. By signing into the system, you are agreeing to the Terms and Conditions of use as set out in the CMS, Crown Court Digital Case System (DCS) and Common Platform Security Policy. You can find the policy on the Security & Information Assurance intranet hub.
+
+
+
+
+
+{% endblock %}
diff --git a/app/views/ur/bfs/meetings-2/support-needs.html b/app/views/ur/bfs/meetings-2/support-needs.html
new file mode 100644
index 00000000..054bb362
--- /dev/null
+++ b/app/views/ur/bfs/meetings-2/support-needs.html
@@ -0,0 +1,107 @@
+{% extends "layouts/main.html" %}
+
+{% set pageName="Purpose of meeting" %}
+
+{% block beforeContent %}
+
Back
+{% endblock %}
+
+{% block content %}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+{% endblock %}
diff --git a/app/views/ur/bfs/meetings-2/victim-record-offer.html b/app/views/ur/bfs/meetings-2/victim-record-offer.html
new file mode 100644
index 00000000..5c73878f
--- /dev/null
+++ b/app/views/ur/bfs/meetings-2/victim-record-offer.html
@@ -0,0 +1,160 @@
+{% extends "layouts/main.html" %}
+
+{% set pageName="Victim record" %}
+
+{% block beforeContent %}
+
+{% endblock %}
+
+{% block content %}
+
+
+
+ {% if (data['success'] == "yes") %}
+
+
+
+
+ {% if (data['successReason'] == "email-address-updated") %}
+ Victim email address updated
+ {% elif (data['successReason'] == "pmoc-updated") %}
+ Victim's preferred method of contact updated
+ {% elif (data['successReason'] == "not-informed-after-call-1") or (data['successReason'] == "informed-after-call-1") %}
+ First call attempt logged
+ {% elif (data['successReason'] == "not-informed-after-call-2") or (data['successReason'] == "informed-after-call-2") %}
+ Second call attempt logged
+ {% elif (data['successReason'] == "not-informed-after-call-3") or (data['successReason'] == "informed-after-call-3") %}
+ Third call attempt logged
+ {% elif (data['successReason'] == "draft-approved-to-send") %}
+ Letter sent to CMS and approved to send
+ {% endif %}
+
+
+
+
+
+ {% else %}
+ {% endif %}
+
+
+ {{ data['victimSurname'] | upper }}, {{ data['victimForename'] }}
+
+
+ Case URN: {{ data['caseUrn'] }}
+
+
+
+
+
+
+
+
+
Contents
+
+
+
+
+ {% include "/ur/partials/victim-record/summary-v21.html" %}
+
+
+
+ {% include "/ur/partials/victim-record/victim-details-v21.html" %}
+
+
+
+ {% include "/ur/partials/victim-record/case-contacts-v21.html" %}
+
+
+
+
+
+
Communications
+
+
+ !
+
+ Warning
+Only share case information with Sarah Phillips's bereaved family if they can correctly answer the security questions.
+
+
+
+
+
+
+
+
There are no meetings for {{ data['victimForename'] }} {{ data['victimSurname'] }}.
+
+
+
+ Log new meeting details to offer a CPS pre-trial meeting
+
+
+
+
+
+
+
+
+
+
+
+{% endblock %}
diff --git a/app/views/ur/bfs/meetings-2/victim-record.html b/app/views/ur/bfs/meetings-2/victim-record.html
new file mode 100644
index 00000000..ed1d5e07
--- /dev/null
+++ b/app/views/ur/bfs/meetings-2/victim-record.html
@@ -0,0 +1,161 @@
+{% extends "layouts/main.html" %}
+
+{% set pageName="Victim record" %}
+
+{% block beforeContent %}
+
+{% endblock %}
+
+{% block content %}
+
+
+
+ {% if (data['success'] == "yes") %}
+
+
+
+
+ {% if (data['successReason'] == "email-address-updated") %}
+ Victim email address updated
+ {% elif (data['successReason'] == "pmoc-updated") %}
+ Victim's preferred method of contact updated
+ {% elif (data['successReason'] == "not-informed-after-call-1") or (data['successReason'] == "informed-after-call-1") %}
+ First call attempt logged
+ {% elif (data['successReason'] == "not-informed-after-call-2") or (data['successReason'] == "informed-after-call-2") %}
+ Second call attempt logged
+ {% elif (data['successReason'] == "not-informed-after-call-3") or (data['successReason'] == "informed-after-call-3") %}
+ Third call attempt logged
+ {% elif (data['successReason'] == "draft-approved-to-send") %}
+ Letter sent to CMS and approved to send
+ {% endif %}
+
+
+
+
+
+ {% else %}
+ {% endif %}
+
+
+ {{ data['victimSurname'] | upper }}, {{ data['victimForename'] }}
+
+
+ Case URN: {{ data['caseUrn'] }}
+
+
+
+
+
+
+
+
+
Contents
+
+
+
+
+ {% include "/ur/partials/victim-record/summary-v21.html" %}
+
+
+
+ {% include "/ur/partials/victim-record/victim-details-v21.html" %}
+
+
+
+ {% include "/ur/partials/victim-record/case-contacts-v21.html" %}
+
+
+
+
+
+
+
+{% endblock %}
diff --git a/app/views/ur/bfs/meetings-2/victim-record2.html b/app/views/ur/bfs/meetings-2/victim-record2.html
new file mode 100644
index 00000000..fbc74351
--- /dev/null
+++ b/app/views/ur/bfs/meetings-2/victim-record2.html
@@ -0,0 +1,179 @@
+{% extends "layouts/main.html" %}
+
+{% set pageName="Victim record" %}
+
+{% block beforeContent %}
+
+{% endblock %}
+
+{% block content %}
+
+
+
+ {% if (data['case-locked'] == "by-someone-else") %}
+ {% include "/ur/partials/case-locked/banner/by-someone-else.html" %}
+ {% elif (data['case-locked'] == "self-locked") %}
+ {% include "/ur/partials/case-locked/banner/self-locked.html" %}
+ {% else %}
+ {% endif %}
+
+ {% if (data['success'] == "yes") %}
+
+
+
+
+ {% if (data['successReason'] == "email-address-updated") %}
+ Victim email address updated
+ {% elif (data['successReason'] == "pmoc-updated") %}
+ Victim's preferred method of contact updated
+ {% elif (data['successReason'] == "not-informed-after-call-1") or (data['successReason'] == "informed-after-call-1") %}
+ Telephone call 1 logged
+ {% elif (data['successReason'] == "not-informed-after-call-2") or (data['successReason'] == "informed-after-call-2") %}
+ Telephone call 2 logged
+ {% elif (data['successReason'] == "not-informed-after-call-3") or (data['successReason'] == "informed-after-call-3") %}
+ Telephone call 3 logged
+ {% elif (data['successReason'] == "draft-approved-to-send") %}
+ Letter sent to CMS and approved to send
+ {% endif %}
+
+
+
+
+
+ {% else %}
+ {% endif %}
+
+
+ {{ data['victimSurname'] | upper }}, {{ data['victimForename'] }}
+
+
+ Case URN: {{ data['caseUrn'] }}
+
+
+
+
+
Contents
+
+
+
+
+ {% include "/ur/partials/victim-record/summary-v30.html" %}
+
+
+
+ {% include "/ur/partials/victim-record/victim-details-v30.html" %}
+
+
+
+ {% include "/ur/partials/victim-record/case-contacts-v30.html" %}
+
+
+
+ {% include "/ur/meetings/communications.html" %}
+
+
+
+ {% include "/ur/partials/victim-record/pcd/index.html" %}
+
+
+
+ {% include "/ur/partials/victim-record/pre-trial/index.html" %}
+
+
+
+ {% include "/ur/partials/victim-record/vcl/index.html" %}
+
+
+
+
+
+{% endblock %}
+
+{% block pageScripts %}
+
+{% endblock %}
diff --git a/app/views/ur/bfs/meetings-2/what-do-you-want-to-log.html b/app/views/ur/bfs/meetings-2/what-do-you-want-to-log.html
new file mode 100644
index 00000000..2179539a
--- /dev/null
+++ b/app/views/ur/bfs/meetings-2/what-do-you-want-to-log.html
@@ -0,0 +1,56 @@
+{% extends "layouts/main.html" %}
+
+{% set pageName="Purpose of meeting" %}
+
+{% block beforeContent %}
+
Back
+{% endblock %}
+
+{% block content %}
+
+{% endblock %}
diff --git a/app/views/ur/bfs/meetings-2/who-is-attending.html b/app/views/ur/bfs/meetings-2/who-is-attending.html
new file mode 100644
index 00000000..c7682337
--- /dev/null
+++ b/app/views/ur/bfs/meetings-2/who-is-attending.html
@@ -0,0 +1,102 @@
+{% extends "layouts/main.html" %}
+
+{% set pageName="Purpose of meeting" %}
+
+{% block beforeContent %}
+
Back
+{% endblock %}
+
+{% block content %}
+
+{% endblock %}
diff --git a/app/views/ur/bfs/meetings-2/who-is-attending2.html b/app/views/ur/bfs/meetings-2/who-is-attending2.html
new file mode 100644
index 00000000..13791c60
--- /dev/null
+++ b/app/views/ur/bfs/meetings-2/who-is-attending2.html
@@ -0,0 +1,102 @@
+{% extends "layouts/main.html" %}
+
+{% set pageName="Purpose of meeting" %}
+
+{% block beforeContent %}
+
Back
+{% endblock %}
+
+{% block content %}
+
+{% endblock %}
diff --git a/app/views/ur/bfs/tasks.html b/app/views/ur/bfs/tasks.html
index 226b06b2..7a04fe19 100644
--- a/app/views/ur/bfs/tasks.html
+++ b/app/views/ur/bfs/tasks.html
@@ -530,7 +530,7 @@