{% 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: "../case" }) }} {% endblock %} {% block content %}

CRN: 237861287361   |   Date of birth: 24 July 1980 Charles Edwin

{% from "govuk/components/button/macro.njk" import govukButton %} {{ govukButton({ text: "Record your recommendation", href: "log-decision" }) }}

Additional resources

{% endblock %}