Out of ${stats.totalUsers} users ${stats.activeUsers.len} are online${if stats.activeUsers.len == 0: "." else: ":"}
#for index, usr in stats.activeUsers:
# let profileHref = """"""
# let hrefEnd = """"""
# if usr.isAdmin:
#if index != 0: result.add ','
#end if
#result.add(""" """ & profileHref &
# usr.nick & hrefEnd & """""")
# else:
#if index != 0: result.add ','
#end if
#result.add(""" """ & profileHref &
# usr.nick & hrefEnd & """""")
# end if
#end for
#if stats.newestMember.nick != "":
#let profileUrl = c.req.makeUri("profile/", false) &
# XMLEncode(stats.newestMember.nick)
Total threads: ${stats.totalThreads} | Total posts: ${stats.totalPosts} | Newest member: ${stats.newestMember.nick}
#else:
Total threads: ${stats.totalThreads} | Total posts: ${stats.totalPosts}
#end if