Claimant navigation - Actions
Nunjucks
{% from "uc/action-cards/macro.njk" import ucActionCards %}
{{
ucActionCards({
"cards": [
{
"title": "Confirm your identity",
"titleUrl": "#your-identity",
"description": "Finish setting up your account to keep your information secure."
},
{
"title": "Prepare to meet your work coach",
"titleUrl": "#meet-your-work-coach",
"description": "You'll need to provide a copy of your CV."
},
{
"title": "Make a payment",
"titleUrl": "#make-a-payment",
"alert": "Payment must be made by 20 August 2019",
"description": "The total amount payable is £30.00."
}
]
})
}}