if bans.length === 0 p No bans. else input(type='hidden' name='_csrf' value=csrf) include ../includes/bantable.pug for ban in bans +ban(ban) .action-wrapper.mv-10 .row label input(type='radio' name='option' value='unban' checked='checked') | Unban .row label input(type='radio' name='option' value='deny_appeal') | Deny Appeal input(type='submit' value='submit')