% for c in customers: ${c["CUSTOMER_NAME"]} % % for c in customers: Customer Details: ${c["CUSTOMER_NAME"]}
top %