<#if logged>${I18n.getMessage("ForumListing.lastVisit")}: ${lastVisit}
${I18n.getMessage("ForumListing.date")}: ${now}
${I18n.getMessage("ForumListing.forumIndex")} <#if rssEnabled>
  <#if logged> ${I18n.getMessage("ForumListing.readLastVisitMessages")}
<#list allCategories as category> <#list category.getForums() as forum> <#assign lpi = fir.getLastPostInfo(forum.id)/>
 ${I18n.getMessage("ForumListing.forums")}   ${I18n.getMessage("ForumListing.totalTopics")}   ${I18n.getMessage("ForumListing.totalMessages")}   ${I18n.getMessage("ForumListing.lastMessage")} 
${category.name}  
<#if forum.unread> <#else> ${forum.name}
${forum.description}
${forum.totalTopics} <#if (forum.totalPosts > 0)>${forum.totalPosts}<#else>${I18n.getMessage("ForumListing.noMessages")} <#if (lpi.postTimeMillis > 0)> ${lpi.postDate}
<#if (lpi.userId > 0)>${lpi.username} <#assign startPage = ""/> <#if (lpi.topicReplies + 1 > topicsPerPage)> <#assign startPage = ((lpi.topicReplies / topicsPerPage)?int * topicsPerPage) +"/"/> <#assign url = JForumContext.encodeURL("/posts/list/${startPage}${lpi.topicId}") + "#" + lpi.postId/> <#else> ${I18n.getMessage("ForumListing.noMessages")}
  
${I18n.getMessage("ForumListing.whoIsOnline")}
${totalMessages}
${totalUsers}
${I18n.getMessage("ForumListing.newestUser")} ${lastUserName}
<#assign adminColor = "class='admin'"/> <#assign moderatorColor = "class='moderator'"/> <#assign color = ""/> ${usersOnline}   [ ${I18n.getMessage("Administrator")} ] [ ${I18n.getMessage("Moderator")} ]
${mostUsersEverOnline}
${I18n.getMessage("ForumListing.connectedUsers")}: <#list userSessions as us> <#if us.isAdmin()> <#assign color = adminColor/> <#elseif us.isModerator()> <#assign color = moderatorColor/> <#else> <#assign color = ""/> ${us.username} 

<#if !logged>
${I18n.getMessage("Login.enter")}
${I18n.getMessage("Login.user")}:     ${I18n.getMessage("Login.password")}:       ${I18n.getMessage("Login.autoLogon")}    
${I18n.getMessage("ForumListing.newMessages")}    ${I18n.getMessage("ForumListing.noNewMessages")}    ${I18n.getMessage("ForumListing.blocked")}