{#if recentDocs.length > 0}

{m.dashboard_recent_heading()}

{#each recentDocs as doc (doc.id)}
{doc.title} {#if doc.updatedAt} {formatDate(doc.updatedAt)} {/if}
{/each} {#if stats?.totalDocuments != null}

{stats.totalDocuments} {m.dashboard_stats_documents()} · {stats.totalPersons} {m.dashboard_stats_persons()}

{/if}
{/if}