{% extends "layout.html" %} {% set title = 'Log decision' %} {% block pageTitle %}{{ title }}{% endblock %} {% block beforeContent %} {% from "govuk/components/back-link/macro.njk" import govukBackLink %} {{ govukBackLink({ text: "Back", href: "decision" }) }} {% endblock %} {% block content %}

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

{% from "govuk/components/warning-text/macro.njk" import govukWarningText %} {{ govukWarningText({ text: "Your recommendation will be saved to the contact log in nDelius for CRN: A0000", iconFallbackText: "Warning" }) }} {% from "govuk/components/textarea/macro.njk" import govukTextarea %} {{ govukTextarea({ name: "more-detail", id: "more-detail", label: { text: "What is your recommendation in this case?", classes: "govuk-label--l", isPageHeading: true }, hint: { text: "Explain whether the threshold for recall been met and how. Is it appropriate to consider alteratives to recall in this case?" } }) }} {% from "govuk/components/button/macro.njk" import govukButton %} {{ govukButton({ text: "Submit", href: "success" }) }} {% endblock %}