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

<%= typeof(id) === "undefined" ? "Add Badge" : `Edit ${name}` %>

" />
" required maxlength="255" />
" />
" onerror="if (this.src != '/img/missing.png') this.src = '/img/missing.png';" width="32" height="32" />
" required />
Cancel
<%- include("../base/footer") %>