= $this->task->renderReference($task) ?>
= $this->text->e($task['score']) ?>
= $this->text->e($task['time_spent']) ?>/= $this->text->e($task['time_estimated']) ?>h
= $this->dt->date($task['date_started']) ?>
= $this->dt->datetime($task['date_due']) ?>
= $task['nb_links'] ?>
= $task['nb_external_links'] ?>
= round($task['nb_completed_subtasks']/$task['nb_subtasks']*100, 0).'%' ?>
= $task['nb_files'] ?>
0): ?>
user->hasProjectAccess('TaskModificationController', 'edit', $task['project_id'])): ?>
= $this->modal->medium(
'comments-o',
$task['nb_comments'],
'CommentListController',
'show',
array('task_id' => $task['id'], 'project_id' => $task['project_id']),
$task['nb_comments'] == 1 ? t('%d comment', $task['nb_comments']) : t('%d comments', $task['nb_comments'])
) ?>
= $task['nb_comments'] ?>
(= $task['position'] ?>)
= $this->dt->age($task['date_creation']) ?>
= $this->dt->age($task['date_moved']) ?>
= t('Closed') ?>
= $this->task->renderPriority($task['priority']) ?>