{#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'} {thread.imageId}
{:else if thread.fileType == 'video'} {/if} {/if}

{@html thread.threadText}

{/if}