How to parse note_attributes on thank you page

Hello Folk,

Hope you are well !!
I want to pass “note_attributes” in an additional script. but this is not working. so anybody any idea about that?

Shopify.Checkout.OrderStatus.addContentBox(
'## Pick-up in store',
'

We are open everyday from 9am to 5pm.

',
'

'{{ attributes["Delivery Time"] | date: format: "basic" }}'

',
'

'{{ attributes["Delivery Date"] | date: format: "basic" }}'

'
)

Thank you