details.toggle-label summary.toggle-summary Show Post Actions .actions h4.no-m-p User Actions: if board.settings.userPostDelete label input.post-check(type='checkbox', name='delete' value=1) | Delete if board.settings.userPostUnlink label input.post-check(type='checkbox', name='unlink_file' value=1) | Unlink Files if board.settings.userPostSpoiler label input.post-check(type='checkbox', name='spoiler' value=1) | Spoiler Files label input#password(type='text', name='password', placeholder='post password' autocomplete='off') label input.post-check(type='checkbox', name='report' value=1) | Report label input.post-check(type='checkbox', name='global_report' value=1) | Global Report label input#report(type='text', name='report_reason', placeholder='report reason' autocomplete='off') .actions h4.no-m-p Staff Actions: label input.post-check(type='checkbox', name='delete_ip_board' value=1) | Delete from IP on board label input.post-check(type='checkbox', name='delete_ip_global' value=1) | Delete from IP globally label input.post-check(type='checkbox', name='delete_file' value=1) | Delete Files label input.post-check(type='checkbox', name='sticky' value=1) | Sticky label input.post-check(type='checkbox', name='lock' value=1) | Lock label input.post-check(type='checkbox', name='sage' value=1) | Sage label input.post-check(type='checkbox', name='ban' value=1) | Ban Poster label input.post-check(type='checkbox', name='global_ban' value=1) | Global Ban Poster label input.post-check(type='checkbox', name='preserve_post' value=1) | Show Post In Ban label input#report(type='text', name='ban_reason', placeholder='ban reason' autocomplete='off') .actions h4.no-m-p Captcha: iframe.captcha(src='/captcha.html' width=200 height=110 scrolling='no') input#captcha(type='text', name='captcha', autocomplete='off' placeholder='captcha text' maxlength='6') input(type='submit', value='submit')