{include "layout.html"} {block "content"}

Forum

{if #threadInfos > 0} {for threadInfo in threadInfos} {/for}
Thread Replies Last Reply
{threadInfo.Thread.Title}
by {threadInfo.Author.Username} • {threadInfo.Thread.PostedTime().Format("Jan 2, 2006 3:04 PM")}
{threadInfo.Thread.Replies} {if threadInfo.LastReplyBy} by {threadInfo.LastReplyBy.Username}
{threadInfo.Thread.LastPostTime().Format("Jan 2, 2006 3:04 PM")} {else} No replies {/if}
{if totalPages > 1}
{if hasPrev} {/if} Page {currentPage} of {totalPages} {if hasNext} {/if}
{/if} {else}
No threads yet. Create the first one!
{/if} {/block}