= $task['nb_links'] ?>
= $task['nb_external_links'] ?>
= round($task['nb_completed_subtasks']/$task['nb_subtasks']*100, 0).'%' ?>
= $task['nb_files'] ?>
0): ?>
= $task['nb_comments'] ?>
= $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'])
) ?>
= $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)) ?>