#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(!$hideImages) CRYPTSHARE LOGO #else   #end $esc.html($slogan) #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)
$esc.html($label_download_files)
$esc.html($label_available_until) $esc.html($date_1)
$esc.html($label_reply)
$esc.html($label_with_cryptshare)
#if ($securityMode && $securityMode.equals('QUICK')) $esc.html($quick_secured). #elseif ($securityMode && $securityMode.equals('none')) $esc.html($label_password): $esc.html($no_password_required). #elseif ($passwordSendViaSms) $esc.html($label_password): $esc.html($password_via_sms). #else $esc.html($label_password): $esc.html($contact_sender). #end