jschan - Anonymous imageboard software. Classic look, modern features and feel. Works without JavaScript and supports Tor, I2P, Lokinet, etc.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
719 B

extends ../layout.pug
include ../mixins/ban.pug
block head
script(src='/js/all.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:
.form-wrapper.flexleft.mt-10
input(type='hidden' name='_csrf' value=csrf)
.row
.label Message
textarea(rows='5' name='message' required)
.row
.label Captcha
span.col
include ../includes/captcha.pug
input(type='submit', value='submit')