{% from "govuk/components/notification-banner/macro.njk" import govukNotificationBanner -%} {% set hasPreviousPages = context.relevantPages | length > 1 -%} {%- macro _closeLink() -%} {%- endmacro -%} {% call govukNotificationBanner() %} {% if not context.isForceAccess %}

This is a preview of a {{ previewMode }} form. Do not enter personal information.

{{ _closeLink() }} {% else %}

This is a preview of a {{ previewMode }} form page you are editing.

{{ _closeLink() }} {% if hasPreviousPages %}

It depends on answers from earlier pages in the form. In the live version, users will need to complete those questions first.

{% endif %} {% endif %} {% endcall %}