$!esc.html( $user.fullName )

$!esc.html( $user.name )
User ID
$!esc.html( $user.userId )
Full Name
$!esc.html( $user.fullName )
#if ( $user.organization )
Organization
$!esc.html( $user.organization )
#end
Email address
$!esc.html( $user.email )
#if ( $user.fax )
Phone number
$!esc.html( $user.phone )
#end #if ( $user.fax )
Fax number
$!esc.html( $user.fax )
#end
#if ( $customer )

Customer Billing Information

Company Name
$!esc.html( $customer.name )
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 )
#if ( $isSubscriber )

My Applications

#end #end