{{ $ay.t("HelpLicense") }}
{{ $ay.t("RegisteredUser") }}
{{
currentLicenseInfo.licensedTo
}}
{{ $ay.t("DatabaseID") }}
{{
currentLicenseInfo.serverDbId
}}
{{ $ay.t("LicenseSerial") }}
{{
currentLicenseInfo.keySerial
}}
{{ $ay.t("LicenseExpiration") }}
{{
$ay.dt(currentLicenseInfo.licenseExpiration)
}}
{{ $ay.t("SupportedUntil") }}
{{
$ay.dt(currentLicenseInfo.maintenanceExpiration)
}}
{{ $ay.t("LicensedOptions") }}
{{ item.Feature }}
{{
item.Count ? +item.Count : ""
}}
{{ $ay.t("PurchaseLicense") }}
{{
$ay.t("CheckForLicense")
}}