Umbrella – {project?.name} {#if error} {error} {/if} {#if project}
{t('project')}
update({name:val})} />
{t('state')}
update({status:val})} {project} />
{#if project.company}
{t('company')}
{project.company.name}
{/if}
{t('context')}
{#if showSettings}
{t('extended_settings')}
{t('members')}
{#if project.allowed_states} {#each Object.keys(project.allowed_states) as key,idx}
{#if !idx} {t('allowed_states')}: {/if} {key}
{project.allowed_states[key]}
{/each}
{#if state_available} {/if}
{/if} {/if} {#if estimated_time.sum}
{t('estimated_time')}
{estimated_time.sum} h
{/if}
{t('description')}
update({description:val})} />
{t('tags')}
{t('tasks')}
{#if tasks} {/if}
{/if}

{t('notes')}