{{ $ay.t("RegisteredUser") }}:
abcdefg{{ 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 : ""
}}