{#each contained(commits.graph) as doc} {#await fetch_header(doc.repo)}
{doc.hash}
{:then header}
{#if header.class}
{:else}
{/if}
{header.title || doc.hash}
{/await} {/each} {#if commits.graph.length == 0 || contained(commits.graph).length == 0}
{$t("doc.empty_container")}
{#if $cur_tab_doc_can_edit}
{$t("doc.create")}
{/if} {/if}