{% extends "layout.html" %} {% set title = 'Personal details' %} {% block pageTitle %}{{ title }}{% endblock %} {% block beforeContent %} {% endblock %} {% block content %}

CRN: A000000 Charles Edwin

Check you have read the whole summary

{%- from "moj/components/task-list/macro.njk" import mojTaskList -%} {{ mojTaskList({ sections: [ { heading: { text: 'Check the risk profile' }, items: [{ text: 'Are they eligible for recall', href: '../person', complete: true }, { text: 'Check their risk and needs', href: '../case', complete: true }, { text: 'Check their current circumstances', href: '../case/strengths', complete: true }, { text: 'Check their recent contact log entries', href: '../case/behavioural', complete: true }] }, { heading: { text: 'Check Recall Policy Framework' }, items: [{ text: 'Compliance and engagement on licence', href: '#' }, { text: 'Review Recall Guidance', href: '#' }] } ] }) }}

Additional Resources

{% endblock %}