{#snippet trigger()} {visibilityLabel(doc.visibility)} {#if shared.length > 0} {m.access_plus_departments({ count: shared.length })} {/if} {/snippet}

{m.access_popover_title()}

{#if canManage} {:else}

{m.document_visibility_line({ visibility: doc.visibility })}

{/if}

{m.access_extra_departments()}

{#if canManage} {#if shareable.length === 0}

{m.sharing_none_shareable()}

{:else}
    {#each shareable as department (department.id)}
  • {/each}
{/if} {:else if shared.length === 0}

{m.access_no_extra_departments()}

{:else}
    {#each shared as department (department.id)}
  • {department.name}
  • {/each}
{/if}
{#if pending}
{m.sharing_lockout_warning()}
{/if} {#if error} {/if}