#foreach ($customer in $customers)
Name: $customer.name
Email: $format.email($customer.email)
Age: $format.string($customer.age)
Holdings: $format.currency($customer.holdings)
Investments: $format.string($customer.investments)
Join Date: $format.date($customer.dateJoined)
#end