Hey <%- userName %>, looks like you're about to reach your account limit.
<% 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.
<% } %>