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

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

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

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

<% } %>
<% if (canEditUsers && isSplunkAuth) { %> <%- _("Password management").t() %> <% if (numUsers < maxUsers) { %> <% } %> <% } %>