+
+ {{ summaryList({
+ rows: [
+ {
+ key: {
+ text: "Name"
+ },
+ value: {
+ text: "Sarah Philips"
+ },
+ actions: {
+ items: [
+ {
+ href: "#",
+ text: "Change",
+ visuallyHiddenText: "name"
+ }
+ ]
+ }
+ },
+ {
+ key: {
+ text: "Date of birth"
+ },
+ value: {
+ text: "5 January 1978"
+ },
+ actions: {
+ items: [
+ {
+ href: "#",
+ text: "Change",
+ visuallyHiddenText: "date of birth"
+ }
+ ]
+ }
+ },
+ {
+ key: {
+ text: "Contact information"
+ },
+ value: {
+ html: "72 Guild Street
London
SE23 6FH"
+ },
+ actions: {
+ items: [
+ {
+ href: "#",
+ text: "Change",
+ visuallyHiddenText: "contact information"
+ }
+ ]
+ }
+ },
+ {
+ key: {
+ text: "Contact details"
+ },
+ value: {
+ html: '
07700 900457
sarah.phillips@example.com
'
+ },
+ actions: {
+ items: [
+ {
+ href: "#",
+ text: "Change",
+ visuallyHiddenText: "contact details"
+ }
+ ]
+ }
+ }
+ ]
+ }) }}
+
+