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.
 
 
 
 
 

16 lines
405 B

mixin boardtable(ppd=false, activity=false, owner=false)
.table-container.flex-center.mv-10.text-center
table(class=`boardtable${activity ? ' w900' : ''}`)
tr
th #{__('Board')}
if owner
th #{__('Owner')}
th #{__('Description')}
th #{__('PPH')}
if ppd
th #{__('PPD')}
th #{__('Users')}
th #{__('Posts')}
if activity
th #{__('Latest Activity')}
block