board->isCollapsed($task['project_id'])): ?>
user->hasProjectAccess('taskmodification', 'edit', $task['project_id'])): ?> render('board/task_menu', array('task' => $task)) ?> text->e($this->user->getInitials($task['assignee_name'] ?: $task['assignee_username'])) ?> - url->link($this->text->e($task['title']), 'task', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id']), false, 'task-board-collapsed-title tooltip', $this->text->e($task['title'])) ?>
user->hasProjectAccess('taskmodification', 'edit', $task['project_id'])): ?> render('board/task_menu', array('task' => $task)) ?> () user->hasProjectAccess('taskmodification', 'edit', $task['project_id'])): ?> url->link( $task['assignee_name'] ?: $task['assignee_username'], 'BoardPopover', 'changeAssignee', array('task_id' => $task['id'], 'project_id' => $task['project_id']), false, 'popover', t('Change assignee') ) ?> text->e($task['assignee_name'] ?: $task['assignee_username']) ?>
dt->age($task['date_creation']) ?> dt->age($task['date_moved']) ?>
url->link($this->text->e($task['title']), 'task', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id']), false, '', t('View this task')) ?>
render('board/task_footer', array( 'task' => $task, 'not_editable' => $not_editable, 'project' => $project, )) ?>