|
#if ($COMPANY_LOGO_EXISTS == 'true')
#end
$templateMessages.getMessage($globalKeyPrefix, "greetings")
$templateMessages.getMessage($messageKeyPrefix, "message", $params)
#if (${THREAD_DUMP_GENERATED})
$templateMessages.getMessage($messageKeyPrefix, "threadDumpGenerated")
#end
$templateMessages.getMessage($messageKeyPrefix, "bulkheadId", $params)
$templateMessages.getMessage($messageKeyPrefix, "maxConcurrentCalls", $params)
$templateMessages.getMessage($messageKeyPrefix, "inUseConcurrentCalls", $params)
$templateMessages.getMessage($globalKeyPrefix, "bestRegards")
$templateMessages.getMessage($globalKeyPrefix, "pfTeam")
|