diff --git a/app/routes/meetings.js b/app/routes/meetings.js index 35be9887..08e4ecdc 100644 --- a/app/routes/meetings.js +++ b/app/routes/meetings.js @@ -32,6 +32,17 @@ module.exports = router => { response.redirect("/v60/wft-meetings/new-task/check-task") }) + + router.post('/ur/bfs/meetings-2//meetings-2/logging-answer', function(request, response) { + + var logging = request.session.data['logging'] + if (logging == "yes"){ + response.redirect("/ur/bfs/meetings-2/purpose2") + } else { + response.redirect("/ur/bfs/meetings-2/purpose") + } + }) + router.post('/logging-answer', function(request, response) { var logging = request.session.data['logging'] @@ -42,6 +53,7 @@ module.exports = router => { } }) + router.post('/purpose-answer', function(request, response) { var purpose = request.session.data['purpose'] @@ -52,6 +64,16 @@ module.exports = router => { } }) + router.post('bfs/meetings-2/purpose2-answer', function(request, response) { + + var purpose = request.session.data['purpose2'] + if (purpose == "pre-trial"){ + response.redirect("/ur/bfs/meetings-2/has-meeting-been-offered") + } else { + response.redirect("/ur/bfs/meetings-2/has-meeting-been-offered") + } + }) + router.post('/purpose2-answer', function(request, response) { var purpose = request.session.data['purpose2'] @@ -65,7 +87,17 @@ module.exports = router => { - router.post('/purpose3-answer', function(request, response) { + router.post('/ur/bfs/meetings-2/purpose3-answer', function(request, response) { + + var purpose3 = request.session.data['purpose3'] + if (purpose3 == "pre-trial"){ + response.redirect("/ur/bfs/meetings-2/did-victim-request") + } else { + response.redirect("/ur/bfs/meetings-2/did-victim-request") + } + }) + + router.post('/purpose3-answer', function(request, response) { var purpose3 = request.session.data['purpose3'] if (purpose3 == "pre-trial"){ @@ -75,6 +107,17 @@ module.exports = router => { } }) + + router.post('/ur/bfs/meetings-2/purpose4-answer', function(request, response) { + + var purpose4 = request.session.data['purpose4'] + if (purpose4 == "pre-trial"){ + response.redirect("/ur/bfs/meetings-2/has-meeting-been-offered") + } else { + response.redirect("/ur/bfs/meetings-2/has-meeting-been-offered") + } + }) + router.post('/purpose4-answer', function(request, response) { var purpose4 = request.session.data['purpose4'] @@ -84,6 +127,18 @@ module.exports = router => { response.redirect("/ur/meetings-2/has-meeting-been-offered") } }) + + + + router.post('/ur/bfs/meetings-2/has-meeting-been-offered', function(request, response) { + + var offered = request.session.data['offered'] + if (offered == "yes"){ + response.redirect("/ur/bfs/meetings-2/cps-offer/howoffered") + } else { + response.redirect("/ur/bfs/meetings-2/cps-offer/reason-why") + } + }) router.post('/has-meeting-been-offered', function(request, response) { var offered = request.session.data['offered'] @@ -104,6 +159,17 @@ module.exports = router => { } }) + + + router.post('/ur/bfs/meetings-2/format2-answer', function(request, response) { + + var format2 = request.session.data['format2'] + if (format2 == "face-to-face"){ + response.redirect("/ur/bfs/meetings-2/location") + } else { + response.redirect("/ur/bfs/meetings-2/who-is-attending") + } + }) router.post('/format2-answer', function(request, response) { var format2 = request.session.data['format2'] @@ -114,6 +180,30 @@ module.exports = router => { } }) + router.post('/ur/bfs/meetings-2/howoffered-answer', function(request, response) { + + var howoffered = request.session.data['howoffered'] + if (howoffered == "letter-post"){ + response.redirect("/ur/bfs/meetings-2/cps-offer/meeting-offered-post#communications") + } + else if (howoffered == "letter-email"){ + response.redirect("/ur/bfs/meetings-2/cps-offer/meeting-offered-email#communications") + } + + else if (howoffered == "letter-isva"){ + response.redirect("/ur/bfs/meetings-2/cps-offer/meeting-offered-isva#communications") + } + + else if (howoffered == "letter-police"){ + response.redirect("/ur/bfs/meetings-2/cps-offer/meeting-offered-police#communications") + + + } else { + response.redirect("/ur/bfs/meetings-2/cps-offer/meeting-offered-telephone#communications") + } + }) + + router.post('/howoffered-answer', function(request, response) { var howoffered = request.session.data['howoffered'] @@ -136,8 +226,35 @@ module.exports = router => { response.redirect("/ur/meetings-2/cps-offer/meeting-offered-telephone#communications") } }) + - router.post('/howoffered2-answer', function(request, response) { + + + router.post('/ur/bfs/meetings-2/howoffered2-answer', function(request, response) { + + var howoffered2 = request.session.data['howoffered2'] + if (howoffered2 == "letter-post"){ + response.redirect("/ur/bfs/meetings-2/cps-offer/meeting-offered-post2#communications") + } + else if (howoffered2 == "letter-email"){ + response.redirect("/ur/bfs/meetings-2/cps-offer/meeting-offered-email#communications") + } + + else if (howoffered2 == "letter-isva"){ + response.redirect("/ur/bfs/meetings-2/cps-offer/meeting-offered-isva#communications") + } + + else if (howoffered2 == "letter-police"){ + response.redirect("/ur/meetings-2/bfs/cps-offer/meeting-offered-police#communications") + + + } else { + response.redirect("/ur/bfs/meetings-2/cps-offer/meeting-offered-telephone#communications") + } + }) + + + router.post('/howoffered2-answer', function(request, response) { var howoffered2 = request.session.data['howoffered2'] if (howoffered2 == "letter-post"){ @@ -161,6 +278,31 @@ module.exports = router => { }) + + router.post('/ur/bfs/meetings-2/recordaccepted-answer', function(request, response) { + + var recordaccepted = request.session.data['recordaccepted'] + if (recordaccepted == "letter-post"){ + response.redirect("/ur/bfs/meetings-2/cps-offer/meeting-accepted-post#communications") + } + else if (recordaccepted == "letter-email"){ + response.redirect("/ur/bfs/meetings-2/cps-offer/meeting-accepted-email#communications") + } + + else if (recordaccepted == "letter-isva"){ + response.redirect("/ur/bfs/meetings-2/cps-offer/meeting-accepted-isva#communications") + } + + else if (recordaccepted == "letter-police"){ + response.redirect("/ur/bfs/meetings-2/cps-offer/meeting-accepted-police#communications") + + + } else { + response.redirect("/ur/bfs/meetings-2/cps-offer/meeting-accepted-telephone#communications") + } + }) + + router.post('/recordaccepted-answer', function(request, response) { var recordaccepted = request.session.data['recordaccepted'] @@ -184,6 +326,30 @@ module.exports = router => { } }) + router.post('/ur/bfs/meetings-2/recorddeclined-answer', function(request, response) { + + var recorddeclined = request.session.data['recorddeclined'] + if (recorddeclined == "letter-post"){ + response.redirect("/ur/bfs/meetings-2/cps-offer/meeting-declined-post#communications") + } + else if (recorddeclined == "letter-email"){ + response.redirect("/ur/bfs/meetings-2/cps-offer/meeting-declined-email#communications") + } + + else if (recorddeclined == "letter-isva"){ + response.redirect("/ur/bfs/meetings-2/cps-offer/meeting-declined-isva#communications") + } + + else if (recorddeclined == "letter-police"){ + response.redirect("/ur/bfs/meetings-2/cps-offer/meeting-declined-police#communications") + + + } else { + response.redirect("/ur/bfs/meetings-2/cps-offer/meeting-declined-telephone#communications") + } + }) + + router.post('/recorddeclined-answer', function(request, response) { var recorddeclined = request.session.data['recorddeclined'] @@ -227,6 +393,24 @@ module.exports = router => { }) + router.post('/ur/bfs/meetings-2/location2-answer', function(request, response) { + + var location2 = request.session.data['location2'] + if (location2 == "cps"){ + response.redirect("/ur/bfs/meetings-2/who-is-attending") + } + else if (location2 == "magistrate"){ + response.redirect("/ur/bfs/meetings-2/who-is-attending") + } + + else if (location2 == "crown"){ + response.redirect("/ur/bfs/meetings-2/who-is-attending") + + } else { + response.redirect("/ur/bfs/meetings-2/who-is-attending") + } + }) + router.post('/location2-answer', function(request, response) { var location2 = request.session.data['location2'] @@ -257,6 +441,17 @@ module.exports = router => { }) + + router.post('/ur/bfs/meetings-2/log-outcome/did-meeting-happen2-answer', function(request, response) { + + var meeting3 = request.session.data['meeting3'] + if (meeting3 == "yes"){ + response.redirect("/ur/bfs/meetings-2/log-outcome/duration") + } else { + response.redirect("/ur/bfs/meetings-2/log-outcome/reason-why") + } + }) + router.post('/log-outcome/did-meeting-happen2-answer', function(request, response) { var meeting3 = request.session.data['meeting3'] @@ -277,6 +472,16 @@ module.exports = router => { } }) + router.post('/ur/bfs/meetings-2/did-victim-request2', function(request, response) { + + var meeting2 = request.session.data['meeting2'] + if (meeting2 == "yes"){ + response.redirect("/ur/bfs/meetings-2/meeting-date") + } else { + response.redirect("/ur/bfs/meetings-2/choose-meeting") + } + }) + router.post('/did-victim-request2', function(request, response) { var meeting2 = request.session.data['meeting2'] @@ -287,6 +492,16 @@ module.exports = router => { } }) + router.post('/ur/bfs/meetings-2/did-victim-request3', function(request, response) { + + var meeting4 = request.session.data['meeting4'] + if (meeting4 == "yes"){ + response.redirect("/ur/bfs/meetings-2/cps-offer/recordaccepted") + } else { + response.redirect("/ur/bfs/meetings-2/cps-offer/howoffered2") + } + }) + router.post('/did-victim-request3', function(request, response) { var meeting4 = request.session.data['meeting4'] @@ -307,6 +522,16 @@ module.exports = router => { } }) + router.post('/ur/bfs/meetings-2/log-outcome/any-actions-agreed2-answer', function(request, response) { + + var actionsAgreed2 = request.session.data['actionsAgreed2'] + if (actionsAgreed2 == "yes"){ + response.redirect("/ur/bfs/meetings-2/log-outcome/check-answers") + } else { + response.redirect("/ur/bfs/meetings-2/log-outcome/check-answers-no") + } + }) + router.post('/log-outcome/any-actions-agreed2-answer', function(request, response) { diff --git a/app/views/index.html b/app/views/index.html index 231c01d6..cba50fbb 100644 --- a/app/views/index.html +++ b/app/views/index.html @@ -164,6 +164,12 @@

Victim details page for BFS v2 +
  • + + Meetings concept BFS + +
  • + diff --git a/app/views/ur/.DS_Store b/app/views/ur/.DS_Store index c1078464..c20d1d71 100644 Binary files a/app/views/ur/.DS_Store and b/app/views/ur/.DS_Store differ diff --git a/app/views/ur/bfs/meetings-2/add-another.html b/app/views/ur/bfs/meetings-2/add-another.html new file mode 100644 index 00000000..e1534d9b --- /dev/null +++ b/app/views/ur/bfs/meetings-2/add-another.html @@ -0,0 +1,53 @@ +{% extends "layouts/main.html" %} + +{% set pageName="Purpose of meeting" %} + +{% block beforeContent %} +Back +{% endblock %} + +{% block content %} +
    +
    + +
    +

    Who is invited to the meeting?

    +
    +
    + +
    + + +
    +
    + + +
    + +
    +
    + + + + + +
    + +
    + + + +{% endblock %} diff --git a/app/views/ur/bfs/meetings-2/add-another2.html b/app/views/ur/bfs/meetings-2/add-another2.html new file mode 100644 index 00000000..058d14f1 --- /dev/null +++ b/app/views/ur/bfs/meetings-2/add-another2.html @@ -0,0 +1,53 @@ +{% extends "layouts/main.html" %} + +{% set pageName="Purpose of meeting" %} + +{% block beforeContent %} +Back +{% endblock %} + +{% block content %} +
    +
    + +
    +

    Who will be the Meeting lead?

    +
    +
    + +
    + + +
    +
    + + +
    + +
    +
    + + + + + +
    + +
    + + + +{% endblock %} diff --git a/app/views/ur/bfs/meetings-2/age.html b/app/views/ur/bfs/meetings-2/age.html new file mode 100644 index 00000000..eda7b309 --- /dev/null +++ b/app/views/ur/bfs/meetings-2/age.html @@ -0,0 +1,69 @@ +{% extends "layouts/main.html" %} + +{% set pageName="Purpose of meeting" %} + +{% block beforeContent %} +Back +{% endblock %} + +{% block content %} +
    +
    + +
    + +
    +
    + + +

    + What is the purpose of the meeting? +

    +
    + +
    + +
    + + +
    + +
    + + + +
    + +
    + + + +
    + +
    +
    +
    + + + +
    + +
    +
    +{% endblock %} + +{% block pageScripts %} + +{% endblock %} diff --git a/app/views/ur/bfs/meetings-2/cancelled/meeting-cancelled.html b/app/views/ur/bfs/meetings-2/cancelled/meeting-cancelled.html new file mode 100644 index 00000000..33b07a77 --- /dev/null +++ b/app/views/ur/bfs/meetings-2/cancelled/meeting-cancelled.html @@ -0,0 +1,446 @@ +{% extends "layouts/main.html" %} + +{% set pageName="Victim record" %} + +{% block beforeContent %} +
    + + + +
    +{% endblock %} + +{% block content %} +
    +
    + + + + {% if (data['success'] == "yes") %} + + + {% 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 cancelled +

    +
    +
    +
    +
    +
    + Date and time meeting was cancelled +
    +
    + 11 April 2025 at 11.45am +
    + +
    + + + + +
    +
    +Reason +
    +
    +Sarah Phillips's bereaved family withdrew +
    + +
    + +
    +
    +
    + + +
    + + +Changed meetings + + +
    + +
    +
    +

    + CPS pre-trial meeting details changed +

    +
    +
    +
    +
    +
    + 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), 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 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), 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 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/cancelled/meeting-date.html b/app/views/ur/bfs/meetings-2/cancelled/meeting-date.html new file mode 100644 index 00000000..6857c1ec --- /dev/null +++ b/app/views/ur/bfs/meetings-2/cancelled/meeting-date.html @@ -0,0 +1,91 @@ +{% extends "layouts/main.html" %} + +{% set pageName="Telephone call details" %} + +{% block beforeContent %} +Back +{% endblock %} + +{% block content %} +
    +
    + +

    When was the meeting cancelled?

    + +
    + +
    + + +
    + Use the date picker or enter a date. For example, 17/05/2025. +
    + +
    + + +
    +
    + +
    +
    + + Time + + +
    + Enter a time in 24-hour format. For example, 14:15. +
    + +
    + +
    +
    + + +
    +
    +
    + : +
    + +
    +
    + + +
    +
    + +
    +
    +
    + + + + +
    +
    +
    +{% endblock %} + +{% block pageScripts %} + +{% endblock %} diff --git a/app/views/ur/bfs/meetings-2/cancelled/reason-why.html b/app/views/ur/bfs/meetings-2/cancelled/reason-why.html new file mode 100644 index 00000000..31decd5c --- /dev/null +++ b/app/views/ur/bfs/meetings-2/cancelled/reason-why.html @@ -0,0 +1,116 @@ +{% 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 cancelling the meeting?", + isPageHeading: true, + classes: "govuk-fieldset__legend--l" + } + }, + + items: [ + { + value: "email", + text: "Sarah Phillips's bereaved family withdrew" + + + }, + { + value: "phone", + text: "Meeting created in error" + }, + { + value: "phone", + text: "Change of court date" + }, + { + value: "phone", + text: "No longer required" + }, + { + value: "text", + text: "Other", + conditional: { + html: textHtml + } + } + ] +}) }} + + + +
    +
    +{% endblock %} + +{% block pageScripts %} + +{% endblock %} diff --git a/app/views/ur/bfs/meetings-2/chair-person.html b/app/views/ur/bfs/meetings-2/chair-person.html new file mode 100644 index 00000000..8ba37f22 --- /dev/null +++ b/app/views/ur/bfs/meetings-2/chair-person.html @@ -0,0 +1,68 @@ +{% extends "layouts/main.html" %} + +{% set pageName="Purpose of meeting" %} + +{% block beforeContent %} +Back +{% endblock %} + +{% block content %} +
    +
    +
    +
    + +

    + Who will lead the meeting? +

    +
    +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    +
    +
    + + +Add another person + + +
    +
    +
    + + + +
    +
    +{% endblock %} diff --git a/app/views/ur/bfs/meetings-2/check-answers-email.html b/app/views/ur/bfs/meetings-2/check-answers-email.html new file mode 100644 index 00000000..68c0d681 --- /dev/null +++ b/app/views/ur/bfs/meetings-2/check-answers-email.html @@ -0,0 +1,151 @@ +{% 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 +
    +
    + +
    +
    +
    +
    + Purpose of meeting +
    +
    + CPS pre-trial meeting +
    +
    + Change date of birth +
    +
    +
    + How meeting was arranged +
    +
    + CPS offered and Sarah Phillips's bereaved family accepted +
    +
    + Change date of birth +
    +
    +
    +
    + Date and time +
    +
    + 11 April 2025
    + 11:45am +
    +
    + Change customer reference +
    +
    +
    +
    + How meeting will take place +
    +
    + In person +
    +
    + Change address +
    +
    + + +
    +
    + Where meetng will be held +
    +
    + Birmingham Magistrates’ Court +
    +
    + Change contact details +
    + +
    + +
    +
    + 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 +
    + +
    + +
    +
    + Meeting lead +
    +
    + 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/check-answers-isva.html b/app/views/ur/bfs/meetings-2/check-answers-isva.html new file mode 100644 index 00000000..17da11b9 --- /dev/null +++ b/app/views/ur/bfs/meetings-2/check-answers-isva.html @@ -0,0 +1,153 @@ +{% 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 +
    +
    + +
    +
    +
    +
    + Purpose of meeting +
    +
    + CPS pre-trial meeting +
    +
    + Change date of birth +
    +
    +
    + How meeting was arranged +
    +
    + CPS offered and Sarah Phillips's bereaved family accepted +
    +
    + Change date of birth +
    +
    +
    +
    + Date and time +
    +
    + 11 April 2025
    + 11:45am +
    +
    + Change customer reference +
    +
    +
    +
    + How meeting will take place +
    +
    + In person +
    +
    + Change address +
    +
    + + +
    +
    + Where meetng will be held +
    +
    + Birmingham Magistrates’ Court +
    +
    + Change contact details +
    + +
    + +
    +
    + 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 +
    + +
    + +
    +
    + Meeting lead +
    +
    + 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/check-answers-police.html b/app/views/ur/bfs/meetings-2/check-answers-police.html new file mode 100644 index 00000000..5ec4398d --- /dev/null +++ b/app/views/ur/bfs/meetings-2/check-answers-police.html @@ -0,0 +1,152 @@ +{% 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 +
    +
    + +
    +
    +
    +
    + Purpose of meeting +
    +
    + CPS pre-trial meeting +
    +
    + Change date of birth +
    +
    +
    + How meeting was arranged +
    +
    + CPS offered and Sarah Phillips's bereaved family accepted +
    +
    + Change date of birth +
    +
    +
    +
    + Date and time +
    +
    + 11 April 2025
    + 11:45am +
    +
    + Change customer reference +
    +
    +
    +
    + How meeting will take place +
    +
    + In person +
    +
    + Change address +
    +
    + + +
    +
    + Where meetng will be held +
    +
    + Birmingham Magistrates’ Court +
    +
    + Change contact details +
    + +
    + +
    +
    + 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 +
    + +
    + +
    +
    + Meeting lead +
    +
    + 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/check-answers-telephone.html b/app/views/ur/bfs/meetings-2/check-answers-telephone.html new file mode 100644 index 00000000..4062e9de --- /dev/null +++ b/app/views/ur/bfs/meetings-2/check-answers-telephone.html @@ -0,0 +1,152 @@ +{% 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 +
    +
    + +
    +
    +
    +
    + Purpose of meeting +
    +
    + CPS pre-trial meeting +
    +
    + Change date of birth +
    +
    +
    + How meeting was arranged +
    +
    + CPS offered and Sarah Phillips's bereaved family accepted +
    +
    + Change date of birth +
    +
    +
    +
    + Date and time +
    +
    + 11 April 2025
    + 11:45am +
    +
    + Change customer reference +
    +
    +
    +
    + How meeting will take place +
    +
    + In person +
    +
    + Change address +
    +
    + + +
    +
    + Where meetng will be held +
    +
    + Birmingham Magistrates’ Court +
    +
    + Change contact details +
    + +
    + +
    +
    + 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 +
    + +
    + +
    +
    + Meeting lead +
    +
    + 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/check-answers.html b/app/views/ur/bfs/meetings-2/check-answers.html new file mode 100644 index 00000000..03561f1b --- /dev/null +++ b/app/views/ur/bfs/meetings-2/check-answers.html @@ -0,0 +1,154 @@ +{% extends "layouts/main.html" %} + +{% set pageName="Purpose of meeting" %} + +{% block beforeContent %} +Back +{% endblock %} + +{% block content %} +
    +
    + + +

    Check your answers before confirming details

    + +
    +
    +
    + Victim +
    +
    + Sarah Phillips (Deceased) +
    +
    + +
    +
    +
    +
    + Purpose of meeting +
    +
    + CPS pre-trial meeting +
    +
    + Change date of birth +
    +
    +
    + How meeting was arranged +
    +
    + CPS offered and Sarah Phillips's bereaved family accepted +
    +
    + Change date of birth +
    +
    +
    +
    + Date and time +
    +
    + 11 April 2025
    + 11:45am +
    +
    + Change customer reference +
    +
    +
    +
    + How meeting will take place +
    +
    + In person +
    +
    + Change address +
    +
    + + +
    +
    + Where meetng will be held +
    +
    + Birmingham Magistrates’ Court +
    +
    + Change contact details +
    + +
    + +
    +
    + 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 +
    + +
    + +
    +
    + Meeting lead +
    +
    + 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/choose-meeting.html b/app/views/ur/bfs/meetings-2/choose-meeting.html new file mode 100644 index 00000000..b79a7758 --- /dev/null +++ b/app/views/ur/bfs/meetings-2/choose-meeting.html @@ -0,0 +1,52 @@ +{% extends "layouts/main.html" %} + +{% set pageName="Purpose of meeting" %} + +{% block beforeContent %} +Back +{% endblock %} + +{% block content %} +
    +
    + +
    + + + {{ govukRadios({ + name: "meeting2", + value: data['meeting2'], + fieldset: { + legend: { + text: "Arrange details for an offered meeting", + isPageHeading: true, + classes: "govuk-fieldset__legend--l" + } + }, + items: [ + { + value: "yes", + text: "CPS pre trial - 12 January 2026" + }, + { + value: "no", + text: "CPS pre trial - 16 January 2026" + } + ] + }) }} + + + +
    + +
    +
    +{% endblock %} diff --git a/app/views/ur/bfs/meetings-2/communications.html b/app/views/ur/bfs/meetings-2/communications.html new file mode 100644 index 00000000..2a16110c --- /dev/null +++ b/app/views/ur/bfs/meetings-2/communications.html @@ -0,0 +1,87 @@ +{% block content %} +

    Communications

    + +
    +
    + {% if (data['pmoc'] == "email") %} + {% if (data['vclStatus'] == "email-delivered") %} + {% else %} +
    + + + Warning + Only send further emails to {{ data['victimForename'] }} {{ data['victimSurname'] }} if they have correctly answered the security questions. + +
    + {% endif %} + {% endif %} + + {% if (data['pmoc'] == "") %} +
    + + + Warning + Preferred method of contact unknown +

    + To send or record a communication, confirm the victim's contact preferences, then select a preferred method of contact. +

    +
    +
    + {% endif %} +
    +
    + + + +{% if (data['subTab'] == "charging-decision") %} +{% include "/ur/meetings/communications.html" %} + +{% elif (data['subTab'] == "ptm") %} +{% include "/ur/meetings/communications.html" %} + +{% elif (data['subTab'] == "vcl") %} +{% include "/ur/meetings/communications.html" %} + +{% endif %} + +{% endblock %} diff --git a/app/views/ur/bfs/meetings-2/cps-location.html b/app/views/ur/bfs/meetings-2/cps-location.html new file mode 100644 index 00000000..833546ca --- /dev/null +++ b/app/views/ur/bfs/meetings-2/cps-location.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/cps-offer/has-victim-accepted.html b/app/views/ur/bfs/meetings-2/cps-offer/has-victim-accepted.html new file mode 100644 index 00000000..2bb8f277 --- /dev/null +++ b/app/views/ur/bfs/meetings-2/cps-offer/has-victim-accepted.html @@ -0,0 +1,52 @@ +{% extends "layouts/main.html" %} + +{% set pageName="Purpose of meeting" %} + +{% block beforeContent %} +Back +{% endblock %} + +{% block content %} +
    +
    + +
    +

    You have sent one meeting offer to Sarah Phillips's bereaved family

    + + {{ govukRadios({ + name: "meeting4", + value: data['meeting4'], + fieldset: { + legend: { + text: "Do you want to log an acceptance?", + isPageHeading: true, + classes: "govuk-fieldset__legend--m" + } + }, + items: [ + { + value: "yes", + text: "Yes" + }, + { + value: "no", + text: "No – log a new CPS pre-trial meeting offer" + } + ] + }) }} + +
    + {{ govukButton({ + text: "Continue" + }) }} + + {{ govukButton({ + text: "Cancel", + classes: "govuk-button--secondary" + }) }} +
    +
    + +
    +
    +{% endblock %} diff --git a/app/views/ur/bfs/meetings-2/cps-offer/howoffered.html b/app/views/ur/bfs/meetings-2/cps-offer/howoffered.html new file mode 100644 index 00000000..1b1167ae --- /dev/null +++ b/app/views/ur/bfs/meetings-2/cps-offer/howoffered.html @@ -0,0 +1,96 @@ +{% extends "layouts/main.html" %} + +{% set pageName="Telephone call details" %} + +{% block beforeContent %} +Back +{% endblock %} + +{% block content %} +
    +
    + +

    Details of the meeting offered

    + +
    + + + {{ govukRadios({ + name: "howoffered", + value: data['howoffered'], + fieldset: { + legend: { + text: "How was it offered?", + isPageHeading: true, + classes: "govuk-fieldset__legend--m" + } + }, + items: [ + { + value: "letter-post", + text: "Letter by post" + }, + { + value: "letter-email", + text: "Letter by email" + }, + { + value: "letter-police", + text: "Letter by poilce" + }, + { + value: "letter-isva", + text: "Letter by ISVA" + }, + { + value: "telephone", + text: "By telephone" + } + ] + }) }} + + + +
    + + +
    + Use the date picker or enter a date. For example, 17/05/2025. +
    + +
    + + +
    + +
    + + + +
    + {{ govukButton({ + text: "Continue" + }) }} + + {{ govukButton({ + text: "Cancel", + classes: "govuk-button--secondary" + }) }} +
    +
    + + + +
    +
    +{% endblock %} + +{% block pageScripts %} + +{% endblock %} diff --git a/app/views/ur/bfs/meetings-2/cps-offer/howoffered2.html b/app/views/ur/bfs/meetings-2/cps-offer/howoffered2.html new file mode 100644 index 00000000..918121dd --- /dev/null +++ b/app/views/ur/bfs/meetings-2/cps-offer/howoffered2.html @@ -0,0 +1,96 @@ +{% extends "layouts/main.html" %} + +{% set pageName="Telephone call details" %} + +{% block beforeContent %} +Back +{% endblock %} + +{% block content %} +
    +
    + +

    Details of the meeting offered

    + +
    + + + {{ govukRadios({ + name: "howoffered2", + value: data['howoffered2'], + fieldset: { + legend: { + text: "How was it offered?", + isPageHeading: true, + classes: "govuk-fieldset__legend--m" + } + }, + items: [ + { + value: "letter-post", + text: "Letter by post" + }, + { + value: "letter-email", + text: "Letter by email" + }, + { + value: "letter-police", + text: "Letter by poilce" + }, + { + value: "letter-isva", + text: "Letter by ISVA" + }, + { + value: "telephone", + text: "By telephone" + } + ] + }) }} + + + +
    + + +
    + Use the date picker or enter a date. For example, 17/05/2025. +
    + +
    + + +
    + +
    + + + +
    + {{ govukButton({ + text: "Continue" + }) }} + + {{ govukButton({ + text: "Cancel", + classes: "govuk-button--secondary" + }) }} +
    +
    + + + +
    +
    +{% endblock %} + +{% block pageScripts %} + +{% endblock %} diff --git a/app/views/ur/bfs/meetings-2/cps-offer/meeting-accepted-email.html b/app/views/ur/bfs/meetings-2/cps-offer/meeting-accepted-email.html new file mode 100644 index 00000000..78a85608 --- /dev/null +++ b/app/views/ur/bfs/meetings-2/cps-offer/meeting-accepted-email.html @@ -0,0 +1,261 @@ +{% extends "layouts/main.html" %} + +{% set pageName="Victim record" %} + +{% block beforeContent %} +
    +
    +

    + Search for another victim +

    +
    + +
    + Letter dashboard +
    +
    +{% endblock %} + +{% block content %} +
    +
    + + + + + {% if (data['success'] == "yes") %} + + + {% 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 offer accepted +

    +
    +
    +
    +
    +
    + How meeting was accepted +
    +
    + Letter by email +
    + +
    +
    +
    + Date meeting was accepted +
    +
    + 11 April 2025 +
    + +
    + + +
    +
    +
    + + + +
    + + + 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-accepted-isva.html b/app/views/ur/bfs/meetings-2/cps-offer/meeting-accepted-isva.html new file mode 100644 index 00000000..5ae30ae5 --- /dev/null +++ b/app/views/ur/bfs/meetings-2/cps-offer/meeting-accepted-isva.html @@ -0,0 +1,261 @@ +{% extends "layouts/main.html" %} + +{% set pageName="Victim record" %} + +{% block beforeContent %} +
    +
    +

    + Search for another victim +

    +
    + +
    + Letter dashboard +
    +
    +{% endblock %} + +{% block content %} +
    +
    + + + + + {% if (data['success'] == "yes") %} + + + {% 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 offer accepted +

    +
    +
    +
    +
    +
    + How meeting was accepted +
    +
    + Letter by post +
    + +
    +
    +
    + Date meeting was accepted +
    +
    + 11 April 2025 +
    + +
    + + +
    +
    +
    + + + +
    + + + Offered meetings + + +
    +
    +
    +

    + CPS pre-trial meeting offered +

    +
    +
    +
    +
    +
    + How meeting was offered +
    +
    + Letter by ISVA +
    + +
    +
    +
    + Date meeting was offered +
    +
    + 11 April 2025 +
    + +
    + + +
    +
    +
    + + + + + +
    + +
    +
    + +
    +
    + +
    +
    +{% endblock %} diff --git a/app/views/ur/bfs/meetings-2/cps-offer/meeting-accepted-police.html b/app/views/ur/bfs/meetings-2/cps-offer/meeting-accepted-police.html new file mode 100644 index 00000000..0bcbeb03 --- /dev/null +++ b/app/views/ur/bfs/meetings-2/cps-offer/meeting-accepted-police.html @@ -0,0 +1,261 @@ +{% extends "layouts/main.html" %} + +{% set pageName="Victim record" %} + +{% block beforeContent %} +
    +
    +

    + Search for another victim +

    +
    + +
    + Letter dashboard +
    +
    +{% endblock %} + +{% block content %} +
    +
    + + + + + {% if (data['success'] == "yes") %} + + + {% 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 offer accepted +

    +
    +
    +
    +
    +
    + How meeting was accepted +
    +
    + Letter by police +
    + +
    +
    +
    + Date meeting was accepted +
    +
    + 11 April 2025 +
    + +
    + + +
    +
    +
    + + + +
    + + + Offered meetings + + +
    +
    +
    +

    + CPS pre-trial meeting offered +

    +
    +
    +
    +
    +
    + How meeting was offered +
    +
    + Letter by police +
    + +
    +
    +
    + Date meeting was offered +
    +
    + 11 April 2025 +
    + +
    + + +
    +
    +
    + + + + + +
    + +
    +
    + +
    +
    + +
    +
    +{% endblock %} diff --git a/app/views/ur/bfs/meetings-2/cps-offer/meeting-accepted-post.html b/app/views/ur/bfs/meetings-2/cps-offer/meeting-accepted-post.html new file mode 100644 index 00000000..b3ba9f8e --- /dev/null +++ b/app/views/ur/bfs/meetings-2/cps-offer/meeting-accepted-post.html @@ -0,0 +1,261 @@ +{% extends "layouts/main.html" %} + +{% set pageName="Victim record" %} + +{% block beforeContent %} +
    +
    +

    + Search for another victim +

    +
    + +
    + Letter dashboard +
    +
    +{% endblock %} + +{% block content %} +
    +
    + + + + + {% if (data['success'] == "yes") %} + + + {% 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 offer accepted +

    +
    +
    +
    +
    +
    + How meeting was accepted +
    +
    + Letter by post +
    + +
    +
    +
    + Date meeting was accepted +
    +
    + 11 April 2025 +
    + +
    + + +
    +
    +
    + + + +
    + + + 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-accepted-telephone.html b/app/views/ur/bfs/meetings-2/cps-offer/meeting-accepted-telephone.html new file mode 100644 index 00000000..bd87b457 --- /dev/null +++ b/app/views/ur/bfs/meetings-2/cps-offer/meeting-accepted-telephone.html @@ -0,0 +1,261 @@ +{% extends "layouts/main.html" %} + +{% set pageName="Victim record" %} + +{% block beforeContent %} +
    +
    +

    + Search for another victim +

    +
    + +
    + Letter dashboard +
    +
    +{% endblock %} + +{% block content %} +
    +
    + + + + + {% if (data['success'] == "yes") %} + + + {% 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 offer accepted +

    +
    +
    +
    +
    +
    + How meeting was accepted +
    +
    + Letter by post +
    + +
    +
    +
    + Date meeting was accepted +
    +
    + 11 April 2025 +
    + +
    + + +
    +
    +
    + + + +
    + + + Offered meetings + + +
    +
    +
    +

    + CPS pre-trial meeting offered +

    +
    +
    +
    +
    +
    + How meeting was offered +
    +
    + By telephone +
    + +
    +
    +
    + Date meeting was offered +
    +
    + 11 April 2025 +
    + +
    + + +
    +
    +
    + + + + + +
    + +
    +
    + +
    +
    + +
    +
    +{% endblock %} diff --git a/app/views/ur/bfs/meetings-2/cps-offer/meeting-declined-email.html b/app/views/ur/bfs/meetings-2/cps-offer/meeting-declined-email.html new file mode 100644 index 00000000..77c5301c --- /dev/null +++ b/app/views/ur/bfs/meetings-2/cps-offer/meeting-declined-email.html @@ -0,0 +1,255 @@ +{% extends "layouts/main.html" %} + +{% set pageName="Victim record" %} + +{% block beforeContent %} +
    +
    +

    + Search for another victim +

    +
    + +
    + Letter dashboard +
    +
    +{% endblock %} + +{% block content %} +
    +
    + + + + + {% if (data['success'] == "yes") %} + + + {% 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 offer declined +

    +
    +
    +
    +
    +
    + How meeting was declined +
    +
    + Letter by email +
    + +
    +
    +
    + Date meeting was declined +
    +
    + 11 April 2025 +
    + +
    + + +
    +
    +
    + + + +
    + + + 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-declined-isva.html b/app/views/ur/bfs/meetings-2/cps-offer/meeting-declined-isva.html new file mode 100644 index 00000000..ed047368 --- /dev/null +++ b/app/views/ur/bfs/meetings-2/cps-offer/meeting-declined-isva.html @@ -0,0 +1,255 @@ +{% extends "layouts/main.html" %} + +{% set pageName="Victim record" %} + +{% block beforeContent %} +
    +
    +

    + Search for another victim +

    +
    + +
    + Letter dashboard +
    +
    +{% endblock %} + +{% block content %} +
    +
    + + + + + {% if (data['success'] == "yes") %} + + + {% 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 offer declined +

    +
    +
    +
    +
    +
    + How meeting was declined +
    +
    + Letter by ISVA +
    + +
    +
    +
    + Date meeting was declined +
    +
    + 11 April 2025 +
    + +
    + + +
    +
    +
    + + + +
    + + + 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-declined-police.html b/app/views/ur/bfs/meetings-2/cps-offer/meeting-declined-police.html new file mode 100644 index 00000000..acecf728 --- /dev/null +++ b/app/views/ur/bfs/meetings-2/cps-offer/meeting-declined-police.html @@ -0,0 +1,255 @@ +{% extends "layouts/main.html" %} + +{% set pageName="Victim record" %} + +{% block beforeContent %} +
    +
    +

    + Search for another victim +

    +
    + +
    + Letter dashboard +
    +
    +{% endblock %} + +{% block content %} +
    +
    + + + + + {% if (data['success'] == "yes") %} + + + {% 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 offer declined +

    +
    +
    +
    +
    +
    + How meeting was declined +
    +
    + Letter by police +
    + +
    +
    +
    + Date meeting was declined +
    +
    + 11 April 2025 +
    + +
    + + +
    +
    +
    + + + +
    + + + 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-declined-post.html b/app/views/ur/bfs/meetings-2/cps-offer/meeting-declined-post.html new file mode 100644 index 00000000..cee86c45 --- /dev/null +++ b/app/views/ur/bfs/meetings-2/cps-offer/meeting-declined-post.html @@ -0,0 +1,255 @@ +{% extends "layouts/main.html" %} + +{% set pageName="Victim record" %} + +{% block beforeContent %} +
    +
    +

    + Search for another victim +

    +
    + +
    + Letter dashboard +
    +
    +{% endblock %} + +{% block content %} +
    +
    + + + + + {% if (data['success'] == "yes") %} + + + {% 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 offer declined +

    +
    +
    +
    +
    +
    + How meeting was declined +
    +
    + Letter by post +
    + +
    +
    +
    + Date meeting was declined +
    +
    + 11 April 2025 +
    + +
    + + +
    +
    +
    + + + +
    + + + 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-declined-telephone.html b/app/views/ur/bfs/meetings-2/cps-offer/meeting-declined-telephone.html new file mode 100644 index 00000000..d180582f --- /dev/null +++ b/app/views/ur/bfs/meetings-2/cps-offer/meeting-declined-telephone.html @@ -0,0 +1,255 @@ +{% extends "layouts/main.html" %} + +{% set pageName="Victim record" %} + +{% block beforeContent %} +
    +
    +

    + Search for another victim +

    +
    + +
    + Letter dashboard +
    +
    +{% endblock %} + +{% block content %} +
    +
    + + + + + {% if (data['success'] == "yes") %} + + + {% 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 offer declined +

    +
    +
    +
    +
    +
    + How meeting was declined +
    +
    +By telephone +
    + +
    +
    +
    + Date meeting was declined +
    +
    + 11 April 2025 +
    + +
    + + +
    +
    +
    + + + +
    + + + 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-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 %} +
    +
    +

    + Search for another victim +

    +
    + +
    + Letter dashboard +
    +
    +{% endblock %} + +{% block content %} +
    +
    + + + + + {% if (data['success'] == "yes") %} + + + {% 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 + + +
    +
    +
    +
    +

    + 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 %} +
    +
    +

    + Search for another victim +

    +
    + +
    + Letter dashboard +
    +
    +{% endblock %} + +{% block content %} +
    +
    + + + + + {% if (data['success'] == "yes") %} + + + {% 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 %} +
    +
    +

    + Search for another victim +

    +
    + +
    + Letter dashboard +
    +
    +{% endblock %} + +{% block content %} +
    +
    + + + + + {% if (data['success'] == "yes") %} + + + {% 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 %} +
    +
    +

    + Search for another victim +

    +
    + +
    + Letter dashboard +
    +
    +{% endblock %} + +{% block content %} +
    +
    + + + + + {% if (data['success'] == "yes") %} + + + {% 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 %} +
    +
    +

    + Search for another victim +

    +
    + +
    + Letter dashboard +
    +
    +{% endblock %} + +{% block content %} +
    +
    + + + + + {% if (data['success'] == "yes") %} + + + {% 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 %} +
    +
    +

    + Search for another victim +

    +
    + +
    + Letter dashboard +
    +
    +{% endblock %} + +{% block content %} +
    +
    + + + + + {% if (data['success'] == "yes") %} + + + {% 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 %} +
    +
    +

    + Search for another victim +

    +
    + +
    + Letter dashboard +
    +
    +{% endblock %} + +{% block content %} +
    +
    + + + + + {% if (data['success'] == "yes") %} + + + {% 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 %} +
    +
    +

    + Search for another victim +

    +
    + +
    + Letter dashboard +
    +
    +{% endblock %} + +{% block content %} +
    +
    + + + + + {% if (data['success'] == "yes") %} + + + {% 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 %} +
    +
    + +
    + {% from "govuk/components/radios/macro.njk" import govukRadios %} + {% from "govuk/components/input/macro.njk" import govukInput %} + + {% set emailHtml %} + {{ govukTextarea({ + id: "contact-by-email", + name: "contactByEmail", + type: "text", + autocomplete: "email", + spellcheck: false, + classes: "govuk-input--width-20", + label: { + text: "Give a brief description of the purpose?" + } + }) }} + {% endset -%} + + {{ govukRadios({ + name: "purpose4", + value: data['purpose4'], + fieldset: { + legend: { + text: "What is the purpose of the meeting?", + isPageHeading: true, + classes: "govuk-fieldset__legend--l" + } + }, + items: [ + { + value: "pre-trial", + text: "CPS pre-trial meeting" + }, + { + value: "inform-victim", + text: "Inform victim about charging decision" + }, + { + value: "bereavement", + text: "Other", + conditional: { + html: emailHtml + } + } + ] + }) }} + +
    + {{ govukButton({ + text: "Continue" + }) }} + + {{ govukButton({ + text: "Cancel", + classes: "govuk-button--secondary" + }) }} +
    +
    + +
    +
    +{% 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 %} +
    +
    + + + +
    +

    + +

    + + +
    + + + + +
    +
    +{% 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

    + +
    + + + {{ govukRadios({ + name: "recordaccepted", + value: data['recordaccepted'], + fieldset: { + legend: { + text: "How was it accepted?", + isPageHeading: true, + classes: "govuk-fieldset__legend--m" + } + }, + items: [ + { + value: "letter-post", + text: "Letter by post" + }, + { + value: "letter-email", + text: "Letter by email" + }, + { + value: "letter-police", + text: "Letter by poilce" + }, + { + value: "letter-isva", + text: "Letter by ISVA" + }, + { + value: "telephone", + text: "By telephone" + } + ] + }) }} + + + +
    + + +
    + Use the date picker or enter a date. For example, 17/05/2025. +
    + +
    + + +
    + +
    + + + +
    + {{ govukButton({ + text: "Continue" + }) }} + + {{ govukButton({ + text: "Cancel", + classes: "govuk-button--secondary" + }) }} +
    +
    + + + +
    +
    +{% 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

    + +
    + + + {{ govukRadios({ + name: "recorddeclined", + value: data['recorddeclined'], + fieldset: { + legend: { + text: "How was it declined?", + isPageHeading: true, + classes: "govuk-fieldset__legend--m" + } + }, + items: [ + { + value: "letter-post", + text: "Letter by post" + }, + { + value: "letter-email", + text: "Letter by email" + }, + { + value: "letter-police", + text: "Letter by poilce" + }, + { + value: "letter-isva", + text: "Letter by ISVA" + }, + { + value: "telephone", + text: "By telephone" + } + ] + }) }} + + + +
    + + +
    + Use the date picker or enter a date. For example, 17/05/2025. +
    + +
    + + +
    + +
    + + + +
    + {{ govukButton({ + text: "Continue" + }) }} + + {{ govukButton({ + text: "Cancel", + classes: "govuk-button--secondary" + }) }} +
    +
    + + + +
    +
    +{% 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 %} +
    +
    + +
    + + + {{ govukRadios({ + name: "logging2", + value: data['logging2'], + fieldset: { + legend: { + text: "What do you want to log?", + isPageHeading: true, + classes: "govuk-fieldset__legend--l" + } + }, + items: [ + { + value: "yes", + text: "A meeting offer" + }, + { + value: "no", + text: "Meeting arrangement details" + } + ] + }) }} + +
    + {{ govukButton({ + text: "Continue" + }) }} + + {{ govukButton({ + text: "Cancel", + classes: "govuk-button--secondary" + }) }} +
    +
    + +
    +
    +{% 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 %} +
    +
    +
    +

    + +

    + +
    + + + +
    +
    +{% 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 %} +
    +
    + +
    + + + {{ govukRadios({ + name: "meeting2", + value: data['meeting2'], + fieldset: { + legend: { + text: "How was the meeting arranged?", + isPageHeading: true, + classes: "govuk-fieldset__legend--l" + } + }, + items: [ + { + value: "yes", + text: "Sarah Phillips's bereaved family requested it" + }, + { + value: "no", + text: "CPS offered and Sarah Phillips's bereaved family accepted" + }, + { + value: "yes", + text: "Requested by a third party" + } + ] + }) }} + +
    + {{ govukButton({ + text: "Continue" + }) }} + + {{ govukButton({ + text: "Cancel", + classes: "govuk-button--secondary" + }) }} +
    +
    + +
    +
    +{% 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 %} +
    +
    + +
    + + + {{ govukRadios({ + name: "format2", + value: data['format2'], + fieldset: { + legend: { + text: "How will the meeting take place?", + isPageHeading: true, + classes: "govuk-fieldset__legend--l" + } + }, + items: [ + { + value: "face-to-face", + text: "In person" + }, + { + value: "video", + text: "Virtual call" + }, + { + value: "face-to-face", + text: "Hybrid", + hint: { + text: "Some people will attend in person and others will join virtually" + } + } + ] + }) }} + +
    + {{ govukButton({ + text: "Continue" + }) }} + + {{ govukButton({ + text: "Cancel", + classes: "govuk-button--secondary" + }) }} +
    +
    + +
    +
    +{% 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 %} +
    +
    + +
    + + + {{ govukRadios({ + name: "offered", + value: data['offered'], + fieldset: { + legend: { + text: "Has Sarah Phillips's bereaved family been offered a meeting?", + isPageHeading: true, + classes: "govuk-fieldset__legend--l" + } + }, + items: [ + { + value: "yes", + text: "Yes" + }, + { + value: "no", + text: "No" + } + ] + }) }} + +
    + {{ govukButton({ + text: "Continue" + }) }} + + {{ govukButton({ + text: "Cancel", + classes: "govuk-button--secondary" + }) }} +
    +
    + +
    +
    +{% 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 %} +
    +
    +

    + Search for another victim +

    +
    + +
    + Letter dashboard +
    +
    +{% endblock %} + +{% block content %} +
    +
    + + + + + {% if (data['success'] == "yes") %} + + + {% 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 %} +
    +
    + +
    + + {% 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: "text", + autocomplete: "email", + spellcheck: false, + classes: "govuk-input--width-20", + label: { + text: "Which CPS location will the meeting be held?" + } + }) }} + {% endset -%} + + {% set phoneHtml %} + {{ govukInput({ + id: "contact-by-phone", + name: "contactByPhone", + type: "text", + autocomplete: "tel", + classes: "govuk-input--width-20", + label: { + text: "Which magistrates' court will the meeting be held?" + } + }) }} + {% endset -%} + + {% set textHtml %} + {{ govukInput({ + id: "contact-by-text", + name: "contactByText", + type: "text", + autocomplete: "tel", + classes: "govuk-input--width-20", + label: { + text: "Which crown court will the meeting be held?" + } + }) }} + {% endset -%} + + {% set text2Html %} + {{ govukInput({ + id: "contact-by-text2", + name: "contactByText2", + type: "text", + autocomplete: "tel", + classes: "govuk-input--width-20", + label: { + text: "Which police station will the meeting be held?" + } + }) }} + {% endset -%} + + {% set text3Html %} + {{ govukTextarea({ + id: "contact-by-text2", + name: "contactByText2", + type: "text", + autocomplete: "tel", + classes: "govuk-input--width-20", + label: { + text: "Where will the meeting be held?" + } + }) }} + {% endset -%} + + + {{ govukRadios({ + name: "location2", + value: data['location2'], + fieldset: { + legend: { + text: "Where will the meeting take place?", + isPageHeading: true, + classes: "govuk-fieldset__legend--l" + } + }, + hint: { + text: "" + }, + items: [ + { + value: "cps", + text: "CPS location", + conditional: { + html: emailHtml + } + }, + { + value: "magistrate", + text: "Magistrates' court", + conditional: { + html: phoneHtml + } + }, + { + value: "crown", + text: "Crown court", + conditional: { + html: textHtml + } + }, + { + value: "police", + text: "Police station", + conditional: { + html: text2Html + } + }, + { + value: "police", + text: "Other", + conditional: { + html: text3Html + } + } + ] + }) }} + + + +
    + {{ govukButton({ + text: "Continue" + }) }} + + {{ govukButton({ + text: "Cancel", + classes: "govuk-button--secondary" + }) }} +
    +
    + +
    +
    +{% 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 %} +
    +
    + + + +
    +

    + +

    + + +
    + + + + +
    +
    +{% 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 %} +
    +
    + +
    + + + {{ govukRadios({ + name: "meeting2", + value: data['meeting2'], + fieldset: { + legend: { + text: "Did Sarah Phillips's bereaved family agree to be contacted for research?", + isPageHeading: true, + classes: "govuk-fieldset__legend--l" + } + }, + items: [ + { + value: "yes", + text: "Yes" + }, + { + value: "no", + text: "No" + }, + { + value: "no", + text: "The question was not asked" + } + ] + }) }} + + + +
    + +
    +
    +{% 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 %} +
    +
    + +
    + + + {% from "govuk/components/radios/macro.njk" import govukRadios %} + {% from "govuk/components/input/macro.njk" import govukInput %} + + {% set emailHtml %} + {{ govukTextarea({ + id: "contact-by-email", + name: "contactByEmail", + type: "text", + autocomplete: "email", + spellcheck: false, + classes: "govuk-input--width-20", + label: { + text: "What actions were agreed?" + } + }) }} + {% 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 %} + {{ govukInput({ + id: "contact-by-text", + name: "contactByText", + type: "tel", + autocomplete: "tel", + classes: "govuk-!-width-one-third", + label: { + text: "Mobile phone number" + } + }) }} + {% endset -%} + + {{ govukRadios({ + name: "actionsAgreed2", + fieldset: { + legend: { + text: "Were any actions agreed?", + isPageHeading: true, + classes: "govuk-fieldset__legend--l" + } + }, + + items: [ + { + value: "yes", + text: "Yes", + conditional: { + html: emailHtml + } + }, + { + value: "no", + text: "No" + } + ] + }) }} + + + + + + + + + + + +
    + {{ govukButton({ + text: "Continue" + }) }} + + {{ govukButton({ + text: "Cancel", + classes: "govuk-button--secondary" + }) }} +
    +
    + +
    +
    +{% 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 %} +
    +
    +
    +
    + +

    + Who was the meeting lead? +

    +
    +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    +
    +
    + + +Add another person + + +
    +
    +
    + + + +
    +
    +{% 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 +
    + +
    + + +
    +
    +Meeting lead +
    +
    +High court advocate (SHEAF, Jessica) +
    +
    + Change contact details +
    + +
    + + +
    +
    +Counsel attended +
    +
    +Yes +
    +
    + Change contact details +
    + +
    + + +
    +
    +Eligible for expenses +
    +
    +Yes +
    +
    + Change contact details +
    + +
    + + +
    +
    +Agreed to research +
    +
    +No +
    +
    + Change contact details +
    + +
    + +
    +
    + Meeting notes +
    +
    +Yes
    +
    + Change contact details +
    + +
    +
    +
    + Meeting notes to OIC +
    +
    +Yes
    +
    + Change contact details +
    + +
    + +
    +
    + Meeting notes to victim +
    +
    +Yes
    +
    + Change contact details +
    + +
    +
    +
    +Actions agreed +
    +
    + No +
    +
    + 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 +
    + +
    + +
    +
    +Meeting lead +
    +
    +High court advocate (SHEAF, Jessica) +
    +
    + Change contact details +
    + +
    + + +
    +
    +Counsel attended +
    +
    +Yes +
    +
    + Change contact details +
    + +
    + + +
    +
    +Eligible for expenses +
    +
    +Yes +
    +
    + Change contact details +
    + +
    + + + +
    +
    +Agreed to research +
    +
    +No +
    +
    + Change contact details +
    + +
    + +
    +
    + Meeting notes +
    +
    +Yes
    +
    + Change contact details +
    + +
    +
    +
    + Meeting notes to OIC +
    +
    +Yes
    +
    + Change contact details +
    + +
    + +
    +
    + Meeting notes to victim +
    +
    +Yes
    +
    + Change contact details +
    + +
    +
    +
    +Actions agreed +
    +
    + Yes +
    +
    + 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 %} +
    +
    + +
    + + + {{ govukRadios({ + name: "meeting2", + value: data['meeting2'], + fieldset: { + legend: { + text: "Did counsel attend the meeting?", + isPageHeading: true, + classes: "govuk-fieldset__legend--l" + } + }, + items: [ + { + value: "yes", + text: "Yes" + }, + { + value: "no", + text: "No" + } + ] + }) }} + + + +
    + +
    +
    +{% 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 %} +
    +
    + +
    + + + {{ govukRadios({ + name: "meeting3", + value: data['meeting3'], + fieldset: { + legend: { + text: "Did the meeting take place?", + isPageHeading: true, + classes: "govuk-fieldset__legend--l" + } + }, + items: [ + { + value: "yes", + text: "Yes" + }, + { + value: "no", + text: "No" + } + ] + }) }} + +
    + {{ govukButton({ + text: "Continue" + }) }} + + {{ govukButton({ + text: "Cancel", + classes: "govuk-button--secondary" + }) }} +
    +
    + +
    +
    +{% 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?

    + +
    + + + +
    +
    + + +
    + Enter the duration in hours and minutes. For example, 2 hours 30 + minutes. +
    + +
    + +
    +
    + + +
    +
    +
    + : +
    + +
    +
    + + +
    +
    + +
    +
    +
    + + + + +
    +
    +
    +{% 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 %} +
    +
    + +
    + + + {{ govukRadios({ + name: "meeting2", + value: data['meeting2'], + fieldset: { + legend: { + text: "Is Sarah Phillips's bereaved family eligible for expenses?", + isPageHeading: true, + classes: "govuk-fieldset__legend--l" + } + }, + items: [ + { + value: "yes", + text: "Yes" + }, + { + value: "no", + text: "No" + } + ] + }) }} + + + +
    + +
    +
    +{% 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 %} +
    +
    +

    + Search for another victim +

    +
    + +
    + Letter dashboard +
    +
    +{% endblock %} + +{% block content %} +
    +
    + + + + + + {% if (data['success'] == "yes") %} + + + {% 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 %} +
    +
    +

    + Search for another victim +

    +
    + +
    + Letter dashboard +
    +
    +{% endblock %} + +{% block content %} +
    +
    + + + + {% if (data['success'] == "yes") %} + + + {% 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 %} +
    +
    + +
    +
    + +

    + Select any agreed special measures +

    +
    + + +
    + Select all that apply +
    + +
    +
    + + +
    + +
    + + +
    +
    + + +
    + +
    + + +
    + + +
    + + +
    + +
    + + +
    + +
    + + +
    + + +
    + + +
    +
    + + +
    +
    +
    +
    + + +
    +
    +
    + +
    +
    +{% 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 %} +
    +
    + +
    +
    + +

    + Who attended the meeting? +

    +
    + + +
    + Select all that apply +
    + +
    +
    + + +
    + +
    + + +
    +
    + + +
    + +
    + + +
    +
    + + +
    +
    +
    +
    + + +Add another person + + +
    +
    +
    + +
    +
    +{% 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 %} +
    +
    +
    +

    + +

    + +
    + + + +
    +
    +{% 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 %} +
    +
    + +
    +

    There is already an active CPS pre-trial meeting for Sarah Phillips's bereaved family

    +

    A meeting is already in progress for this case. You can continue to update the existing meeting.

    + + + + +
    + +
    +
    +{% 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?

    + +
    + +
    + + +
    + Use the date picker or enter a date. For example, 17/05/2025. +
    + +
    + + +
    +
    + +
    +
    + + Time + + +
    + Enter a time in 24-hour format. For example, 14:15. +
    + +
    + +
    +
    + + +
    +
    +
    + : +
    + +
    +
    + + +
    +
    + +
    +
    +
    + + + + +
    +
    +
    +{% 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 %} +
    +
    +
    +

    + +

    + +
    + + + +
    +
    +{% 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 %} +
    +
    + +
    + {% from "govuk/components/radios/macro.njk" import govukRadios %} + {% from "govuk/components/input/macro.njk" import govukInput %} + + {% set emailHtml %} + {{ govukTextarea({ + id: "contact-by-email", + name: "contactByEmail", + type: "text", + autocomplete: "email", + spellcheck: false, + classes: "govuk-input--width-20", + label: { + text: "Provide details" + } + }) }} + {% endset -%} + + {{ govukRadios({ + name: "purpose3", + value: data['purpose3'], + fieldset: { + legend: { + text: "What is the purpose of the meeting?", + isPageHeading: true, + classes: "govuk-fieldset__legend--l" + } + }, + items: [ + { + value: "pre-trial", + text: "CPS pre-trial meeting" + }, + { + value: "inform-victim", + text: "Inform victim about charging decision" + }, + { + value: "inform-victim", + text: "Stopped or substantially altered charge (VCL Scheme)" + }, + { + value: "inform-victim", + text: "Victims' Right to Review (VRR)" + }, + { + value: "inform-victim", + text: "Victim complaint" + }, + { + value: "bereavement", + text: "Other", + conditional: { + html: emailHtml + } + } + ] + }) }} + +
    + {{ govukButton({ + text: "Continue" + }) }} + + {{ govukButton({ + text: "Cancel", + classes: "govuk-button--secondary" + }) }} +
    +
    + +
    +
    +{% 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 %} +
    +
    + +
    + + {% from "govuk/components/radios/macro.njk" import govukRadios %} + {% from "govuk/components/input/macro.njk" import govukInput %} + + {% set emailHtml %} + {{ govukTextarea({ + id: "contact-by-email", + name: "contactByEmail", + type: "text", + autocomplete: "email", + spellcheck: false, + classes: "govuk-input--width-20", + label: { + text: "Provide details" + } + }) }} + {% endset -%} + + {{ govukRadios({ + name: "purpose2", + value: data['purpose2'], + fieldset: { + legend: { + text: "What is the purpose of the meeting?", + isPageHeading: true, + classes: "govuk-fieldset__legend--l" + } + }, + items: [ + { + value: "pre-trial", + text: "CPS pre-trial meeting" + }, + { + value: "inform-victim", + text: "Inform victim about charging decision" + }, + { + value: "inform-victim", + text: "Stopped or substantially altered charge (VCL Scheme)" + }, + { + value: "inform-victim", + text: "Victims' Right to Review (VRR)" + }, + { + value: "inform-victim", + text: "Victim complaint" + }, + { + value: "bereavement", + text: "Other", + conditional: { + html: emailHtml + } + } + ] + }) }} +
    + {{ govukButton({ + text: "Continue" + }) }} + + {{ govukButton({ + text: "Cancel", + classes: "govuk-button--secondary" + }) }} +
    +
    + +
    +
    +{% 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 %} +
    +
    + + + +
    +

    + +

    + + +
    + + + + +
    +
    +{% 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 +
    +
    +
    +
    + Purpose of meeting +
    +
    + CPS pre-trial meeting +
    +
    + Change date of birth +
    +
    +
    +
    + How meeting was arranged +
    +
    + CPS offered and Sarah Phillips's bereaved family accepted +
    +
    + Change date of birth +
    +
    +
    +
    + Date and time +
    +
    + 11 April 2025
    + 11:45am +
    +
    + Change customer reference +
    +
    +
    +
    + How meeting will take place +
    +
    + In person +
    +
    + Change address +
    +
    + + +
    +
    + Where meetng will be held +
    +
    + Birmingham Magistrates’ Court +
    +
    + Change contact details +
    + +
    + +
    +
    + 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 +
    + +
    + +
    +
    +Meeting lead +
    +
    + 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 +
    +
    +
    +
    + Purpose of meeting +
    +
    + CPS pre-trial meeting +
    +
    + Change date of birth +
    +
    +
    +
    + How meeting was arranged +
    +
    + CPS offered and Sarah Phillips's bereaved family accepted +
    +
    + Change date of birth +
    +
    +
    +
    + Date and time +
    +
    + 11 April 2025
    + 11:45am +
    +
    + Change customer reference +
    +
    + +
    +
    + Reason for change +
    +
    + Sarah Phillips's bereaved family not available +
    +
    + Change date of birth +
    +
    +
    +
    + How meeting will take place +
    +
    + In person +
    +
    + Change address +
    +
    + + +
    +
    + Where meetng will be held +
    +
    + Birmingham Magistrates’ Court +
    +
    + Change contact details +
    + +
    + +
    +
    + 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 +
    + +
    + +
    +
    +Meeting lead +
    +
    + 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 %} +
    +
    +

    + Search for another victim +

    +
    + +
    + Letter dashboard +
    +
    +{% endblock %} + +{% block content %} +
    +
    + + + + + {% if (data['success'] == "yes") %} + + + {% 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?

    + +
    + +
    + + +
    + Use the date picker or enter a date. For example, 17/05/2025. +
    + +
    + + +
    +
    + +
    +
    + + Time + + +
    + Enter a time in 24-hour format. For example, 14:15. +
    + +
    + +
    +
    + + +
    +
    +
    + : +
    + +
    +
    + + +
    +
    + +
    +
    +
    + + + + +
    +
    +
    +{% 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 %} +
    +
    + +
    + +
    + Letter dashboard +
    +
    +{% 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
    NameCategoryURNLead defendantAction
    View victim record for OBERON, ShellyVictim{{ data['caseUrn'] }}DAVIES, Bella+
    View victim record for KING, WendyVictim{{ 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 %} +
    +
    +
    +

    + +

    + +

    {{ data['victimForename'] }} {{ data['victimSurname'] }}'s bereaved family's preferred language is English.

    + +
    + + + +
    +
    + +

    + Will {{ data['victimForename'] }} {{ data['victimSurname'] }}'s bereaved family need an interpreter? +

    +
    + +
    +
    + + +
    +
    + + +
    +
    +
    +
    + + +
    +
    + +

    + Will {{ data['victimForename'] }} {{ data['victimSurname'] }}'s bereaved family need someone to attend for support? +

    +
    + +
    +
    + + +
    +
    + + +
    +
    +
    +
    + + +
    +

    + +

    +
    +To access, understand information and communicate with CPS. For example, alternative formats, step-free access, a quiet room or a longer appointment.
    + +
    + + + + + + +
    +
    +{% 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 %} +
    +
    +

    + Search for another victim +

    +
    + +
    + Letter dashboard +
    +
    +{% endblock %} + +{% block content %} +
    +
    + + {% if (data['success'] == "yes") %} + + + {% 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 %} +
    +
    +

    + Search for another victim +

    +
    + +
    + Letter dashboard +
    +
    +{% endblock %} + +{% block content %} +
    +
    + + {% if (data['success'] == "yes") %} + + + {% 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 + + + +
    +
    + +
    +
    + +
    +
    +{% 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 %} +
    +
    +

    + Search for another victim +

    +
    + +
    + Letter dashboard +
    +
    +{% 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") %} + + + {% 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 %} +
    +
    + +
    + + + {{ govukRadios({ + name: "logging", + value: data['logging'], + fieldset: { + legend: { + text: "What do you want to log?", + isPageHeading: true, + classes: "govuk-fieldset__legend--l" + } + }, + items: [ + { + value: "yes", + text: "A meeting offer" + }, + { + value: "no", + text: "Meeting arrangement details" + }, + { + value: "no", + text: "Meeting outcome details" + } + ] + }) }} + +
    + {{ govukButton({ + text: "Continue" + }) }} + + {{ govukButton({ + text: "Cancel", + classes: "govuk-button--secondary" + }) }} +
    +
    + +
    +
    +{% 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 %} +
    +
    + +
    +
    + +

    + Who should attend the meeting? +

    +
    + +

    {{ data['victimForename'] }} {{ data['victimSurname'] }}'s bereaved family is automatically included.

    +
    + Select all that apply +
    +
    +
    + + +
    +
    + + +
    +
    + + +
    + +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    +
    +
    + + +Add another person + + +
    +
    +
    + +
    +
    +{% 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 %} +
    +
    + +
    +
    + +

    + Who should attend the meeting? +

    +
    + +

    {{ data['victimForename'] }} {{ data['victimSurname'] }} is automatically included.

    +
    + Select all that apply +
    +
    +
    + + +
    +
    + + +
    +
    + + +
    + +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    +
    +
    + + +Add another person + + +
    +
    +
    + +
    +
    +{% 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 @@

    Next action
    - Check details
    + Check details