Customer List 3

#foreach( $customer in $customers ) #set( $background = "#if ($velocityCount % 2 == 0)DDDDDD #{else}FFFFFF #end")
$customer.name
$customer.email
$customer.age
$format.currency($customer.holdings)
$customer.investments
$format.date($customer.dateJoined)
#end