Skip to main content

Work in progress

This page is a design preview. It may not contain the latest guidance and may not behave as expected.

Current guidance can always be found at design-system.dwp.gov.uk.

Claimant navigation - sections

Nunjucks

{% from "uc/section-cards/macro.njk" import ucSectionCards %}

{{
    ucSectionCards({
            "cards": [
              {
                "title": "Report a change",
                "titleUrl": "/link-1",
                "description": "Tell us if your circumstances have changed. Examples include your work situation, health or relationships."
              },
              {
                "title": "Report a fit note",
                "titleUrl": "/link-2",
                "description": "Submit your doctor's details and the dates they've put on your fit note."
              },
              {
                "title": "Make a journal entry",
                "titleUrl": "/link-3",
                "description": "Record your activity, let us know about appointments and send or receive messages."
              },
              {
                "title": "Payments and advances",
                "titleUrl": "/link-4",
                "description": "View your payments, apply for an advance or check how much you owe."
              },
              {
                "title": "To-do list",
                "titleUrl": "/link-5",
                "description": "Check if we're asking you for any information."
              },
              {
                "title": "Work search",
                "titleUrl": "/link-6",
                "description": "Guidance and tools to help you search and apply for jobs."
              }
            ]
    })
}}