text->e($task['category_name']) ?> 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') ) ?>
text->e($task['score']) ?> dt->date($task['date_due']) ?>       text->e($task['time_estimated']).'h' ?> hook->render('template:board:task:icons', array('task' => $task)) ?> task->formatPriority($project, $task) ?>
dt->age($task['date_creation']) ?> dt->age($task['date_moved']) ?>
hook->render('template:board:task:footer', array('task' => $task)) ?>