Timeout warning modal
Nunjucks
{%- from "hmrc/components/timeout-dialog/macro.njk" import hmrcTimeoutDialog -%}
{{
hmrcTimeoutDialog ({
timeout: 70,
countdown: 68,
title: "Your application will be closed soon",
message: "We will close your application if you do not do anything in the next",
messageSuffix: "Your answers will be deleted. This is to protect your information.",
keepAliveUrl: "#",
signOutUrl: "#",
language: "en",
keepAliveButtonText: "Continue",
hideSignOutButton: true
})
}}