<%- include("../base/header", { title: typeof(id) === "undefined" || id.trim().length === 0 ? "Add User" : `Edit ${username}`, userId: session.userId, isAdmin: true }) %>

<%= typeof(id) === "undefined" || id.trim().length === 0 ? "Add User" : `Edit ${username}` %>

<% if (typeof(message) === "string") { %> <% } %>
" />
" required maxlength="255" autocomplete="one-time-code" />
Cancel
<%- include("../base/footer") %>