{% extends "layout.html" %} {% set title = 'Personal details' %} {% block pageTitle %}{{ title }}{% endblock %} {% block beforeContent %} {% from "govuk/components/back-link/macro.njk" import govukBackLink %} {{ govukBackLink({ text: "Back", href: "../search-results" }) }} {% endblock %} {% block content %} {% include "case/_case-service-user-banner.html" %} {% set currentNavSection = 'offence' %} {% include "case/_case-nav.html" %}
{% set keyDetails %} {{ govukSummaryList({ rows: [ { key: { text: 'Why are you considering a recall?' }, value: { html: 'Possible breach of licence condition: be of good behaviour and not behave in a way which undermines the purpose of the licence period
Possible increase in risk: Increased drug use ' } }, { key: { text: 'Gender' }, value: { html: 'Male' } }, { key: { html: 'Current address' }, value: { html: '123 Any Street, Abingdon OX14 2DR' } }, { key: { text: 'Offender manager' }, value: { text: 'Jane Smith - HAR PS1, NPS London' } } ] }) }} {% endset %} {{ appSummaryCard({ titleText: 'Personal details', classes: 'govuk-!-margin-bottom-6 app-summary-card--large-title', html: keyDetails }) }}
{% set keyDetails %} {{ govukSummaryList({ rows: [ { key: { text: "Index offence" }, value: { text: "Robbery (other than armed robbery)" } }, { key: { text: "Description of the index offence" }, value: { html: "

On 20 April 2018 at 10pm Mr Edwin boarded a 73 bus in Stoke Newington. He went to the top of the bus where he saw Mr Smith sitting at the back of the bus. There were 2 other witnesses at the front of the bus.

Mr Edwin grabbed Mr Smith by the collar and shouted 'give me your phone and your wallet'. Mr Smith loudly told him to 'f**k off'. Mr Edwin hit Mr Smith in the face, breaking his nose and causing him to bleed, and saying 'Give me your phone and wallet or I will hit you again'. Mr Smith gave him his wallet and phone Mr Edwin pushed him into his seat. Mr Edwin ran off the bus at the next stop and ran off.

He was known to police and so the CCTV imagery helped identify him. Police arrested him 2 days later, on the 22 April 2018. On being tested Mr Edwin had crack cocaine in his system.

" } }, { key: { text: "Additional offence" }, value: { text: "Assault occasioning actual bodily harm" } }, { key: { text: "Offending history" }, value: { html: '
  • 5 April 2014: robbery
  • Mugged a 13 year old boy for his smart phone and wallet

  • June 2016: theft
  • Stole a laptop computer from a table outside a cafe.

  • 10 December 2018: affray
  • Fought in a pub and tested positive for cocaine

' } }, { key: { text: "Characteristics of the index offence" }, value: { html: '
  • Violence or threat of violence or coercion
  • Excessive use of violence or sadistic violence
  • The victim or victims were strangers to the offender
' } }, { key: { text: "Victim information" }, value: { html: '
  • Age: 20
  • Gender: male
  • Race or ethnicity: white, British
  • Relationship between the victim and perpetrator: unknown to each other
' } }, { key: { text: "Evidenced motivations" }, value: { html: '
  • Financial
  • Addiction or perceived needs
  • Emotional state of the offender
' } }, { key: { text: "Disinhibitors" }, value: { text: "Emotional state, drugs, traumatic life event" } } ] }) }} {% endset %} {{ appSummaryCard({ titleText: 'Offence overview', classes: 'govuk-!-margin-bottom-6 app-summary-card--large-title', html: keyDetails }) }}
{% endblock %}