#* @vtlvariable name="action" type="com.atlassian.confluence.fixonly.actions.FixLicenseAction" *#
$action.getText('license.update.success')
$action.getText('license.update.success.restart.note')
#else #if ($action.licenseReadable)$action.getText("license.update.instructions")
#else$action.getText("no.valid.license")
$action.getText("enter.key.below", [$action.getText('url.atlassian.confluence.generate.eval.license', [$generalUtil.versionNumber, $generalUtil.buildNumber, $action.sid])])
#end$action.getText("license.expiration") | #if ($action.conflueceLicense.expired)
$action.getText("evaluation.expired", [$action.confluenceLicense.expiryDate]) $action.getText("contact.atlassian.to.purchase", [$action.getText("mailto.sales")]) |
#else
$action.getText("evaluation.expires.in", [$expiryTime]) | #end #else$action.getText("license.supportperiod") |
#if ($action.hasSupportPeriodExpired)
$action.getText('confluence.support.has.ended',["$action.supportPeriodEnd"]) $action.getText('buy.renewal', [$action.getText('hitcounter.buy.renewal')]) $action.getText('why.renew', [$action.getText('hitcounter.why.renew')]) $action.getText('contact.us', [$action.getText('mailto.sales')]) #else $action.getText("support.ends.on", [$action.supportPeriodEnd]) #end |
#end