{if ($tiki_view_mode eq 'preview')}
{tr}Note: Remember that this is only a preview, and has not yet been saved!{/tr}
{/if}
{if ($tiki_view_mode eq 'view')}
{/if}
|
{tr}Start:{/tr}
|
{$info.start|tiki_short_date} -- {$info.start|tiki_short_time}
|
|
{tr}End:{/tr}
|
{$info.end|tiki_short_date} -- {$info.end|tiki_short_time}
|
|
{tr}Status:{/tr}
|
{if $info.status eq ''}
{tr}Waiting / Not Started{/tr}
{/if}
{if $info.status eq 'o'}
{tr}Open / In Process{/tr}
{/if}
{if $info.status eq 'c'}
{tr}completed (100%){/tr}
{/if}
{$info.completed|tiki_short_date} -- {$info.completed|tiki_short_time}
|
|
{tr}Priority:{/tr}
|
{$info.priority}
|
|
{tr}Percentage completed:{/tr}
|
{$info.percentage}%
|
|
{tr}Created by:{/tr} {$info.creator|userlink} {tr}for:{/tr} {$info.user|userlink}.
{if ($info.task_version > 0 ) and ($info.creator ne $info.user)}
{tr}Last modified by:{/tr} {$info.lasteditor|escape|userlink} on {$info.changes|tiki_short_date} -- {$info.changes|tiki_short_time}
{/if}
{if $info.public_for_group ne ''}
{tr}Public for group:{/tr}{$info.public_for_group|escape}
{/if}
{if $info.creator ne $info.user}
{tr}Accepted by User:{/tr}
{if $info.accepted_user eq 'y'}
{tr}Yes{/tr}
{else}
{if $info.accepted_user eq 'n'}
{tr}No / Rejected{/tr}
{else}
{tr}Waiting{/tr}
{/if}
{/if}
{tr}Accepted by Creator:{/tr}
{if $info.accepted_creator eq 'y'}
{tr}Yes{/tr}
{else}
{if $info.accepted_creator eq 'n'}
{tr}No / Rejected{/tr}
{else}
{tr}Waiting{/tr}
{/if}
{/if}
{/if}