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

Forum

{if #threads > 0} {for thread in threads} {/for}
Thread Replies Last Reply
{thread.Title}
by {thread.AuthorUsername} • {thread.PostedTime().Format("Jan 2, 2006 3:04 PM")}
{thread.Replies} {if thread.HasReplies} by {thread.LastReplyUsername}
{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}