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

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

" />
" required maxlength="5" />
" required maxlength="255" />
Cancel
<%- include("../base/footer") %>