{t('add_object',{object:t('task')})}
{t('name')}
{#if project}
{t('project')}
{project.name}
{/if} {#if parent_task}
{t('parent_task')}
{parent_task.name}
{/if}
{t('description')}
{t('tags')}
{#if extendedSettings}
{t('members')}
{t('estimated_time')}
{t('hours')}
{t('start_date')}
{t('due_date')}
{t('subtasks')}
{t('display_closed_tasks')}
{t('index_page')}
{t('hide_on_index_page')}
{:else}
{t('extended_settings')}
{t('show')}
{/if}
{t('save_object',{object:t('task')})}