<%- await include('basic/header.html', locals) %>

Admin Manager

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