= $this->text->in($task['category_id'], $categories_listing) ?>
= $this->url->link(
$this->text->in($task['category_id'], $categories_listing),
'board',
'changeCategory',
array('task_id' => $task['id'], 'project_id' => $task['project_id']),
false,
'task-board-popover' . (isset($categories_description[$task['category_id']]) ? ' column-tooltip' : ''),
isset($categories_description[$task['category_id']]) ? $this->text->markdown($categories_description[$task['category_id']]) : t('Change category')
) ?>
= dt('%b %e', $task['date_due']) ?>
= $task['nb_links'] ?>
= round($task['nb_completed_subtasks']/$task['nb_subtasks']*100, 0).'%' ?>
= $task['nb_files'] ?>
= $task['nb_comments'] ?>
= $this->e($task['score']) ?>
= $this->e($task['time_estimated']).'h' ?>