#* @vtlvariable name="licenseService" type="com.atlassian.confluence.license.LicenseService" *#
$action.getText('licensing.error', [$action.getText('mailto.confluence.support')])
#elseif ($license.isEvaluation())#if ($generalUtil.isLicenseExpired()) $action.getText('licensefooter.evaluation.expired',[$action.getText('licensefooter.expired.url')])#else$action.getText('licensefooter.evaluation')#end #if ($generalUtil.isLicenseExpired()) #else $action.getText('consider.purchasing',[$action.getText('url.atlassian'),$action.getText('hitcounter.consider.purchasing')]) #end
#elseif ($license.licenseType.name() == "NON_PROFIT")$action.getText('licensefooter.nonprofit',[$action.getText('url.atlassian'),$action.getText('hitcounter.nonprofit'), $htmlUtil.htmlEncode($license.organisation.name)])
#elseif ($license.licenseType.name() == "PERSONAL")
$action.getText('licensefooter.personal',[$action.getText('url.atlassian'),$action.getText('hitcounter.personal')])
$action.getText('licensefooter.community',[$action.getText('url.atlassian'), $action.getText('hitcounter.community'), $htmlUtil.htmlEncode($license.organisation.name)])
$action.getText('licensefooter.opensource',[$action.getText('url.atlassian'), $action.getText('hitcounter.opensource'), $htmlUtil.htmlEncode($license.organisation.name)])
$action.getText('licensefooter.developer')
$action.getText('licensefooter.demonstration', [$action.getText('url.atlassian'), $action.getText('hitcounter.demonstration')])