= $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): ?>
= $task['nb_comments'] ?>
= $this->app->tooltipLink(
'' . $task['nb_comments'],
$this->url->href(
'CommentListController', 'show',
array('task_id' => $task['id'], 'project_id' => $task['project_id'], 'compact' => 1))
) ?>
= $this->app->tooltipLink('
', $this->url->href('BoardTooltipController', 'description', array('task_id' => $task['id'], 'project_id' => $task['project_id']))) ?>
= $this->dt->age($task['date_creation']) ?>
= $this->dt->age($task['date_moved']) ?>
= t('Closed') ?>
= $this->task->renderPriority($task['priority']) ?>
= $this->hook->render('template:board:task:icons', array('task' => $task)) ?>