{% extends "layout.html" %} {% set title = 'Log decision' %} {% block pageTitle %}{{ title }}{% endblock %} {% block beforeContent %} {% endblock %} {% block content %} {% set mainClasses = "govuk-main-wrapper--l" %} {% from "govuk/components/panel/macro.njk" import govukPanel %}
{{ govukPanel({ titleText: "Recommendation recorded", html: "Your reference number
HDJ2123F" }) }}

Your recommendation has been recorded in the contact log in nDelius.

What happens next

You can share this view of risk with a colleague to support a discussion.

What did you think of this service? (takes 30 seconds)

{% endblock %}