user->hasProjectAccess('taskmodification', 'edit', $task['project_id'])): ?> class="task-board-assignee task-board-change-assignee" data-url="url->href('BoardPopover', 'changeAssignee', array('task_id' => $task['id'], 'project_id' => $task['project_id'])) ?>"> class="task-board-assignee"> avatar->small( $task['owner_id'], $task['assignee_username'], $task['assignee_name'], $task['assignee_email'], 'avatar-inline' ) ?>
text->e($task['category_name']) ?> url->link( $this->text->e($task['category_name']), 'boardPopover', 'changeCategory', array('task_id' => $task['id'], 'project_id' => $task['project_id']), false, 'popover' . (! empty($task['category_description']) ? ' tooltip' : ''), ! empty($task['category_description']) ? $this->text->markdown($task['category_description']) : t('Change category') ) ?>
dt->date($task['date_due']) ?>       text->e($task['score']) ?> text->e($task['time_estimated']).'h' ?> task->formatPriority($project, $task) ?>
dt->age($task['date_creation']) ?> dt->age($task['date_moved']) ?>
hook->render('template:board:task:footer', array('task' => $task)) ?>