{% extends "layout.html" %} {% set title = 'Recall Decisions Service' %} {% block pageTitle %}{{ title }}{% endblock %} {% from "govuk/components/breadcrumbs/macro.njk" import govukBreadcrumbs %} {% from "govuk/components/button/macro.njk" import govukButton %} {% block beforeContent %} {% endblock %} {% block content %}

Service Name

Use this service to:

{{ govukButton({ text: "Start now", href: "/search", classes: "govuk-!-margin-top-2 govuk-!-margin-bottom-8", isStartButton: true }) }}

Before you start

You must be an employee of Her Majesty's Prison and Probation Service (HMPPS) to use this system.

{% endblock %}