<% if (isAdmin && (maxUsers > 1)) { %>

<%- _("Manage Accounts").t() %>

<%- sprintf(_("You can manage up to %s accounts").t(), maxUsers) %> <% } else { %>

<%- _("Manage Account").t() %>

<% } %>