<%- await include('parts/header.ejs', locals) %>
All Admins (<%= admins.length %>)
<% for (const admin of admins) { %> <% } %>
Username Auth Permissions Actions
<%= admin.name %> Password Authentication Cfx.re Authentication Discord Authentication <%= admin.perms %> <% if (admin.isSelf) { %> <% } else { %> <% if (admin.disableEdit) { %> <% } else { %> <% } %>   <% if (admin.disableDelete) { %> <% } else { %> <% } %> <% } %>
<%- await include('parts/footer.ejs', locals) %>