<%= licenseTopAlert %>
<% if (window.external.isRelease()) { %>

<%= licenseTitle %>

<% } else { %>

<%= licenseTitleBeta %>

<% } %>

<%= licenseTitleText %>

<%= licenseExpiredLicenseTermTitle %>

<%= licenseExpiredLicenseTermArticle %>

<%= licenseScannedDuringThisTimeTitle %>

<% licenseScannedDuringThisTimeArticle = licenseScannedDuringThisTimeArticle.replace(/(\d+) /mg, function (match, content) { return helpers.humanNumber(content) + ' '; }) %> <%= licenseScannedDuringThisTimeArticle %>

<% var threatsInfoTemp = [], threatsAmount; for (var i = 0, len = threatsInfo.length; i < len; i++) { threatsAmount = Number(threatsInfo[i].amount); if (threatsAmount) { threatsInfoTemp.push(helpers.humanNumber(threatsAmount) + ' ' + threatsInfo[i].text) } } %> <% if (threatsInfoTemp.length) { %>

<%= licenseDetected %>

<%= threatsInfoTemp.join(', ') %>

<% } %>