{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.PostedTime}
{threadInfo.Thread.Replies} {if threadInfo.LastReplyBy} by {threadInfo.LastReplyBy.Username}
{threadInfo.LastPostTime} {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}