= $this->url->link('#'.$task['id'], 'TaskViewController', 'readonly', array('task_id' => $task['id'], 'token' => $project['token'])) ?>
(= $task['reference'] ?>)
= $this->render('board/task_avatar', array('task' => $task)) ?>
= $this->hook->render('template:board:public:task:before-title', array('task' => $task)) ?>
= $this->url->link($this->text->e($task['title']), 'TaskViewController', 'readonly', array('task_id' => $task['id'], 'token' => $project['token'])) ?>
= $this->hook->render('template:board:public:task:after-title', array('task' => $task)) ?>
= $this->render('board/task_footer', array(
'task' => $task,
'not_editable' => $not_editable,
'project' => $project,
)) ?>