%- await include('parts/header.ejs', locals) %>
| Username | Auth | Permissions | Actions |
|---|---|---|---|
| <%= admin.name %> | <%= admin.perms %> | <% if (admin.isSelf) { %> <% } else { %> <% if (admin.disableEdit) { %> <% } else { %> <% } %> <% if (admin.disableDelete) { %> <% } else { %> <% } %> <% } %> |