extends ../layout block stylesheets link(rel='stylesheet', href='/stylesheets/submit.css') link(rel='stylesheet', href='/stylesheets/form.css') block content span#loading-message Loading... form#submission-form(action='/manage/account', method='POST') if accountID input#account-id(type="hidden" name="account" value=accountID) span(class='form-section') label Name span(class='form-section-input') input#name-textbox(type="text" name="name" disabled) span(class='form-section') label Email span(class='form-section-input') input#email-textbox(type="email" name="email" disabled) span(class='form-section') label Password span(class='form-section-input' ) input#password-textbox(type="password" name="password" disabled) span#admin-checkbox-section(class='form-section') span(class='form-section-checkbox') input#admin-checkbox(type="checkbox" name="admin" disabled) label(for="admin-checkbox") Grant admin privileges .error #{message} span(class='form-section') button#submit-button(type="submit" disabled) Submit span(class='form-section') button#delete-button(type="delete" disabled) Delete block scripts script(src='/scripts/manage/account.js' type="module")