extends ../layout.pug include ../mixins/ban.pug block head script(src='/js/theme.js') script(src='/js/captcha.js') title Banned! block content h1.board-title Banned! h4.board-description Bans currently in place against your IP: form.form-post(action=`/forms/appeal`, enctype='application/x-www-form-urlencoded', method='POST') include ../includes/bantable.pug for ban in bans +ban(ban, true) if allowAppeal === true h4.no-m-p Appeal bans: section.form-wrapper.flexleft.mt-10 input(type='hidden' name='_csrf' value=csrf) section.row .label Message textarea(rows=1 name='message' required) section.row .label Captcha span.col include ../includes/captcha.pug input(type='submit', value='submit')