= $this->a('#'.$task['id'], 'task', 'readonly', array('task_id' => $task['id'], 'token' => $project['token'])) ?>
(= $task['reference'] ?>)
-
= t('Assigned to %s', $task['assignee_name'] ?: $task['assignee_username']) ?>
= t('Nobody assigned') ?>
= $this->e($task['score']) ?>
= $this->a($this->e($task['title']), 'task', 'readonly', array('task_id' => $task['id'], 'token' => $project['token'])) ?>
= $this->render('board/task_footer', array('task' => $task, 'categories' => $categories)) ?>