= $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']) ?>
= $this->app->tooltipLink('', $this->url->href('BoardTooltipController', 'recurrence', array('task_id' => $task['id'], 'project_id' => $task['project_id']))) ?>
= $this->app->tooltipLink('', $this->url->href('BoardTooltipController', 'recurrence', array('task_id' => $task['id'], 'project_id' => $task['project_id']))) ?>
= $this->app->tooltipLink(''.$task['nb_links'], $this->url->href('BoardTooltipController', 'tasklinks', array('task_id' => $task['id'], 'project_id' => $task['project_id']))) ?>
= $this->app->tooltipLink(''.$task['nb_external_links'], $this->url->href('BoardTooltipController', 'externallinks', array('task_id' => $task['id'], 'project_id' => $task['project_id']))) ?>
= $this->app->tooltipLink(''.round($task['nb_completed_subtasks'] / $task['nb_subtasks'] * 100, 0).'%', $this->url->href('BoardTooltipController', 'subtasks', array('task_id' => $task['id'], 'project_id' => $task['project_id']))) ?>
= $this->app->tooltipLink(''.$task['nb_files'], $this->url->href('BoardTooltipController', 'attachments', array('task_id' => $task['id'], 'project_id' => $task['project_id']))) ?>
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'] ?>
= $this->app->tooltipLink('', $this->url->href('BoardTooltipController', 'description', array('task_id' => $task['id'], 'project_id' => $task['project_id']))) ?>
(= $task['position'] ?>)
= $this->dt->age($task['date_creation']) ?>
= $this->dt->age($task['date_moved']) ?>
= t('Closed') ?>
= $this->task->renderPriority($task['priority']) ?>