#if ($customer)
Name $format.string($customer.name)
Email $format.email($customer.email, "style='{text-decoration:none;}'")
Age $format.string($customer.age)
Investments $format.string($customer.investments)
Holdings $format.currency($customer.holdings)
Date Joined $format.date($customer.dateJoined, "dd MMM yyyy")
#end