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