#extend("trunk"): #export("body"):
#if(count(sortOrders) > 0):
#endif
#if(count(forums.forumThreads) > 0): #for(forum in forums.forumThreads):
#if(forum.isMuted):🔇#elseif(forum.isFavorite):⭐#endif #(forum.title)
by #userByline(forum.creator, "nolink"), #relativeTime(forum.lastPostAt) #relativeTime(forum.lastPostAt)
#if(forum.eventTime != nil):
#staticTime(forum.eventTime)
#endif
#(forum.postCount) post#if(forum.postCount != 1):s#endif#if(forum.readCount < forum.postCount && !forum.isMuted):, #(forum.postCount - forum.readCount) new#endif
Last post: @#(forum.lastPoster.username)
#endfor #else:
#if(searchType == "favorite"): You haven't favorited any forums yet. #elseif(searchType == "owned"): You haven't created any forums yet. #elseif(searchType == "textSearch"): No forum titles match the search criteria. #else: There aren't any forums to show. #endif
#endif
#extend("paginator") #endexport #endextend