= $this->render('task/details', array(
'task' => $task,
'tags' => $tags,
'project' => $project,
'editable' => false,
)) ?>
- = t('Lead time: ').''.$this->dt->duration($lead_time) ?>
- = t('Cycle time: ').''.$this->dt->duration($cycle_time) ?>
= t('Time spent into each column') ?>
= t('Column') ?> |
= t('Time spent') ?> |
= $this->text->e($column['title']) ?> |
= $this->dt->duration($column['time_spent']) ?> |
- = t('The lead time is the duration between the task creation and the completion.') ?>
- = t('The cycle time is the duration between the start date and the completion.') ?>
- = t('If the task is not closed the current time is used instead of the completion date.') ?>