Profile banner

This person has been released

Some information may be hidden

This component is designed to highlight specific information related to a person. The design comes from similar functionality used in the DPS prisoner Profile

Contents

<div class="hmpps-profile-banner-alert" data-qa="personOutsideBanner">
      <p class="govuk-heading-m">
        This person has been released
      </p>
      <p>Some information may be hidden</p>
    </div>
{% from "hmpps/components/court-cases-release-dates/profile-banner/macro.njk" import profileBanner %}
    
    {% set params = {
      dataQa: "personOutsideBanner",
      heading: "This person has been released",
      paragraphText: "Some information may be hidden"
    } %}
    
    {{ profileBanner(params) }}