user->hasProjectAccess('TaskModificationController', 'edit', $task['project_id'])): ?>
= $this->render('task/dropdown', array('task' => $task)) ?>
= '#'.$task['id'] ?>
= $this->text->e($this->user->getInitials($task['assignee_name'] ?: $task['assignee_username'])) ?>
-
= $this->url->link($this->text->e($task['title']), 'TaskViewController', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id']), false, 'task-board-collapsed-title tooltip', $this->text->e($task['title'])) ?>
user->hasProjectAccess('TaskModificationController', 'edit', $task['project_id'])): ?>
= $this->render('task/dropdown', array('task' => $task)) ?>
= '#'.$task['id'] ?>
(= $task['reference'] ?>)
= $this->render('board/task_avatar', array('task' => $task)) ?>
= $this->hook->render('template:board:private:task:before-title', array('task' => $task)) ?>
= $this->url->link($this->text->e($task['title']), 'TaskViewController', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id']), false, '', t('View this task')) ?>
= $this->hook->render('template:board:private:task:after-title', array('task' => $task)) ?>
= $this->render('board/task_footer', array(
'task' => $task,
'not_editable' => $not_editable,
'project' => $project,
)) ?>