= $this->text->e($task['category_name']) ?>
= $this->url->link(
$this->text->e($task['category_name']),
'TaskPopoverController',
'changeCategory',
array('task_id' => $task['id'], 'project_id' => $task['project_id']),
false,
'popover' . (! empty($task['category_description']) ? ' tooltip' : ''),
! empty($task['category_description']) ? $this->text->markdownAttribute($task['category_description']) : t('Change category')
) ?>
= $this->text->e($task['score']) ?>
= $this->dt->date($task['date_due']) ?>
= $task['nb_links'] ?>
= $task['nb_external_links'] ?>
= round($task['nb_completed_subtasks']/$task['nb_subtasks']*100, 0).'%' ?>
= $task['nb_files'] ?>
= $task['nb_comments'] ?>
= $this->text->e($task['time_estimated']).'h' ?>
= $this->hook->render('template:board:task:icons', array('task' => $task)) ?>
= $this->task->formatPriority($project, $task) ?>
= $this->dt->age($task['date_creation']) ?>
= $this->dt->age($task['date_moved']) ?>
= t('Closed') ?>
= $this->hook->render('template:board:task:footer', array('task' => $task)) ?>