{de ? "Kommentare" : "Comments"}

{comments.length}{cursor ? "+" : ""}
{#if error}{/if} {#if loading}{de ? "Kommentare werden geladen …" : "Loading comments …"}{/if}
{#each comments as comment (comment.id)}
{#if comment.createdAt}{/if}

{text(comment)}

{:else}{#if !loading && !error}{de ? "Noch keine Kommentare." : "No comments yet."}{/if}{/each}
{#if cursor}{/if} {#if notice}{notice}{/if}