{#if thread.id != "rules"}
{thread.id}
at {formatTime(thread.creationDate)}
->
{thread.threadCreator}
{#if listReplies(thread.id)}
{#each replies as id}
>>{id}
{/each}
{/if}
{thread.threadName}
{#if thread.imageId!= null && thread.imageId != undefined} {#if thread.fileType == 'image'}
{:else if thread.fileType == 'video'}
{/if} {/if}
{@html thread.threadText}
{/if}