@(categs: List[lila.forum.CategView])(implicit ctx: Context) @categs.map { categ => @if(!categ.categ.isStaff || isGranted(_.StaffForum)) { } }
@trans.topics() @trans.posts() @trans.lastPost()
@categ.name

@categ.desc

@categ.nbTopics.localize @categ.nbPosts.localize @categ.lastPost.map { case (topic, post, page) => { @momentFromNow(post.createdAt)
@trans.by(authorName(post)) } }