#* @vtlvariable name="action" type="com.atlassian.confluence.fixonly.actions.FixLicenseAction" *# $action.getActionName($action.getClass().getName()) $action.getText("update.confluence.license") #parse ("/template/includes/actionerrors.vm") #if ($action.licenseSubmitted == true && $action.fieldErrors.isEmpty() && $action.actionErrors.isEmpty())

$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 #if ($action.licenseReadable) #if ($action.evaluationLicense) #if ($action.conflueceLicense.expired) #else #end #else #end #end
$action.getText("license.expiration") $action.getText("evaluation.expired", [$action.confluenceLicense.expiryDate])
$action.getText("contact.atlassian.to.purchase", [$action.getText("mailto.sales")])
$action.getText("evaluation.expires.in", [$expiryTime]) $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
$action.getText("license.name") #fielderror('licenseString') #tag("Textarea" "label='license.name'" "name='licenseString'" "rows=10" "cols=85" "theme='simple'")

#tag("Submit" "name='update'" "value='update.name'" "theme='notable'" )
#end