Umbrella – {t('document')} {doc?.number} {#if doc}
{t('customer')}
update('customer.name',val)} />
{t('customer_id')}: update('customer.id',val)} />
{t('tax_id')}: update('customer.tax_id',val)} />
{t('email')}: update('customer.email',val)} />
{t('sender')}
update('sender.name',val)} />
{t('local_court')}: update('sender.court',val)} />
{t('tax_id')}: update('sender.tax_id',val)} />
{t('bank_account')}: update('sender.bank_account',val)} />
{t('type_'+doc.type)} update('state',val)} /> update('date',val)} /> update('delivery',val)} />
{t('number')}: update('number',val)} />
{t('state')}:
{t('date')}:
{t('delivery_date')}:
{t('template')}: {#if editable} update('template_id',doc.template)} /> {:else} {doc.template.name} {/if}
{t('create_new_object',{object:t('succeeding_document')})}:
{t('head')} update('head',val)} />
{t('positions')} {#if editable} {/if}
{t('footer')} update('footer',val)} />
{t('tags')}
{t('actions')}
{/if}

{t('notes')}

{#if position_select} position_select=false} {doc} onSelect={addPosition} /> {/if}