${title}
${value}
<% if (percent <= 50) { %> ${title} is comfortably low at ${Math.round(percent)}% of the ${limit} limit. <% } else if (percent <= 75) { %> ${title} is a bit high at ${Math.round(percent)}% of the ${limit} limit. <% } else { %> Reduce ${title}! You're at ${Math.round(percent)}% of the ${limit} limit. <% } %>