#if(!$applicationLogo)
#if($baseurl.endsWith('/'))
#set($applicationLogo = $baseurl + "images/application_logo.png")
#else
#set($applicationLogo = $baseurl + "/images/application_logo.png")
#end
#end
#if($trackingId)
$esc.html($label_trackingId): $esc.html($trackingId)
|
#end
#if($usageTermsURL)
$esc.html($label_usageTermsLink_before) $esc.html($usageTermsTitle)$esc.html($label_usageTermsLink_after)
|
#end
|