{comment.id} at {formatTime(comment.creationDate)}
-> {comment.commentCreator}
{#if comment.imageId!= null && comment.imageId != undefined} {#if comment.fileType == 'image'} {comment.imageId}
{:else if comment.fileType == 'video'} {/if} {/if}

{@html comment.commentText}