<%
var usageUnit = "", l = {attributes: license};
if (otdsCommon.getAttribute (l, 'oTLicenseType') != 'UNLICENSED')
{
usageUnit += otdsCommon.getAttribute (l, 'oTLicenseUnitsCurrent') + " / " + otdsCommon.getAttribute (l, 'oTLicenseUnitsTotal');
usageUnit += " (" + otdsCommon.getAttribute (l, 'oTLicenseUnitMeasurement') + ")";
}
%>
<%= otdsCommon.replaceHTMLCharacters (license.name) %> |
<%= otdsCommon.replaceHTMLCharacters (license._oTLicenseResourceName) + " (" + otdsCommon.replaceHTMLCharacters (license._oTLicenseResource) + ")" %> |
<%= otdsCommon.convertLDAPDateToReadableDate_v2 (otdsCommon.getAttribute (l, 'oTLicenseExpiryDate')) %> |
<%= otdsCommon.replaceHTMLCharacters (usageUnit) %> |
<%= otdsCommon.replaceHTMLCharacters (license._oTLicenseProduct) %> |
<% }) %>