## Check the Confluence license to make sure it's valid and not expired #set ($license = $licenseService.retrieve() ) #if (!$license)
$action.getText('licensing.error', [$action.getText('mailto.confluence.support')])
#elseif ($license.isEvaluation() && $generalUtil.isLicenseExpired())$action.getText('licensefooter.evaluation.expired',[$action.getText('licensefooter.expired.url')])
#end