{project.name}
{conversations.length}
{#if isExpanded && conversations.length > 0}
{#each conversations as conversation (conversation.id)}
{/each}
{/if} {#if isExpanded && conversations.length === 0}
No conversations yet
{/if}