$!esc.html( $customer.name )

Customer ID
$!esc.html( $customer.id )
Mailing Address
$!esc.html( $customer.street )
$!esc.html( $customer.mailingAttention )
$!esc.html( $customer.city ), $!esc.html( $customer.state ) $!esc.html( $customer.zipCode )
Phone number
$!esc.html( $customer.phone )
Fax number
$!esc.html( $customer.fax )
Email address
$!esc.html( $customer.email )
#foreach ( $u in $useraccounts ) #end
Primary contact? User name Full name Email address
$!esc.html( $u.name ) $!esc.html( $u.fullName ) $!esc.html( $u.email ) [Remove] [Manage]