user->hasProjectAccess('TaskModificationController', 'edit', $task['project_id'])): ?>
= $this->render('task/dropdown', array('task' => $task, 'redirect' => 'board')) ?>
projectRole->canUpdateTask($task)): ?>
= $this->modal->large('edit', '', 'TaskModificationController', 'edit', array('task_id' => $task['id'], 'project_id' => $task['project_id'])) ?>
= '#'.$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, '', $this->text->e($task['title'])) ?>
= $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'])) ?>
= $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,
)) ?>