Hey <%- userName %>, you're over your disk limits. <% if (userType === "admin") { %> Contact us for upgrading your account. <% } %> <% if (userType === "org") { %> Start thinking about contacting your admin. <% } %> <% if (userType === "regular") { %> Start thinking about upgrading your plan. <% } %> <% if (userType === "internal") { %> Feel free to contact us for more resources. <% } %>