%- include("extra/meta", {title: "Admin Panel!" }) %>
<%- include("extra/navbar") %>
Welcome to the admin panel of the forum, <%= user.name %>!
IP BAN
REMOVE IP BAN
Create Category
Banned users:
IP |
Reason |
AuthorID |
<% for (const ban of bans) { %>
<%=ban.ip%> |
<%=ban.reason%> |
<%=ban.authorID%> |
<% } %>
<%- include("extra/footer") %>