{m.doc_section_details()}

{doc.documentDate ? formatDate(doc.documentDate) : '—'} {m.doc_label_document_date()}
{doc.location ? doc.location : '—'} {m.doc_label_creation_location()}
{#if doc.documentLocation}
{doc.documentLocation} {m.doc_label_archive_location_original()}
{/if} {#if doc.tags && doc.tags.length > 0}
{#each doc.tags as tag (tag.id)} {tag.name} {/each}
{m.form_label_tags()}
{/if}

{m.doc_section_persons()}

{m.form_label_receivers()} {#if doc.receivers && doc.receivers.length > 0}
{#each doc.receivers as receiver (receiver.id)} {/each}
{:else} {m.doc_no_receivers()} {/if}