<% if (!Number.isNaN(score)) { %>
<%= score.toFixed(2).replace(/[.]0+$/, "") %> <%= suffix %>
<% } else { %>
N/A
<% } %>
<% if (Number.isNaN(score)) { %>
<% } else if (score <= threshold[0]) { %>
<% } else if (score <= threshold[1]) { %>
<% } else { %>
<% } %>
<% } %>