text->e($task['category_name']) ?> url->link( $this->text->e($task['category_name']), 'TaskModificationController', 'edit', array('task_id' => $task['id'], 'project_id' => $task['project_id']), false, 'js-modal-medium' . (! empty($task['category_description']) ? ' tooltip' : ''), ! empty($task['category_description']) ? $this->text->markdownAttribute($task['category_description']) : t('Change category') ) ?>
task->renderReference($task) ?>
text->e($task['score']) ?> text->e($task['time_spent']) ?>/text->e($task['time_estimated']) ?>h dt->datetime($task['date_due']) ?>
    0): ?>   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']) ) ?>
dt->age($task['date_creation']) ?> dt->age($task['date_moved']) ?>
task->renderPriority($task['priority']) ?> hook->render('template:board:task:icons', array('task' => $task)) ?>
hook->render('template:board:task:footer', array('task' => $task)) ?>