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