#if(!$applicationLogo)
#if($baseurl.endsWith('/'))
#set($applicationLogo = $baseurl + "images/application_logo.png")
#else
#set($applicationLogo = $baseurl + "/images/application_logo.png")
#end
#end
#if($baseurl.endsWith('/'))
#set($replyURL = $baseurl + "Upload1?to=" + $esc.url($email))
#else
#set($replyURL = $baseurl + "/Upload1?to=" + $esc.url($email))
#end
#if($!subject)
#if($subject.length() + 3 > 100)
#set($subject = $subject.substring(0, 97) + "...")
#end
#set($subject = $subject_prefix + " " + $subject)
#set($replyURL = $replyURL + "¬ificationSubject=" + $esc.url($subject))
#end
#if($phone.length() > 45)
#set($phone = $phone.substring(0,44) + "...")
#end
#if($name.length() > 65)
#set($name = $name.substring(0,64) + "...")
#end
#if($email.length() > 65)
#set($email = $email.substring(0,64) + "...")
#end
#if($showClassificationAbove)
{{CLIENT_CLASSIFICATION}}
|
#end
#if($trackingId)
$esc.html($label_trackingId): $trackingId
|
#end
$esc.html($label_name) |
$esc.html($name) |
$esc.html($label_phone) |
$esc.html($phone) |
$esc.html($label_email) |
$esc.html($email) |
|
|
|