= $this->text->e($task['title']) ?>
= $this->hook->render('template:task:details:top', array('task' => $task)) ?>
-
= t('Status:') ?>
= t('open') ?>
= t('closed') ?>
-
= t('Priority:') ?> = $task['priority'] ?>
-
= t('Reference:') ?> = $this->task->renderReference($task) ?>
-
= t('Complexity:') ?> = $this->text->e($task['score']) ?>
-
= $this->url->icon('external-link', t('Public link'), 'TaskViewController', 'readonly', array('task_id' => $task['id'], 'token' => $project['token']), false, '', '', true) ?>
-
= $this->url->icon('th', t('Back to the board'), 'BoardViewController', 'readonly', array('token' => $project['token'])) ?>
= $this->hook->render('template:task:details:first-column', array('task' => $task)) ?>
-
= t('Category:') ?>
= $this->text->e($task['category_name']) ?>
-
= t('Swimlane:') ?>
= $this->text->e($task['swimlane_name']) ?>
-
= t('Column:') ?>
= $this->text->e($task['column_title']) ?>
-
= t('Position:') ?>
= $task['position'] ?>
= $this->hook->render('template:task:details:second-column', array('task' => $task)) ?>
-
= t('Assignee:') ?>
= $this->text->e($task['assignee_name'] ?: $task['assignee_username']) ?>
= t('not assigned') ?>
user->getId()): ?>
- = $this->url->link(t('Assign to me'), 'TaskModificationController', 'assignToMe', ['task_id' => $task['id'], 'project_id' => $task['project_id']]) ?>
-
= t('Creator:') ?>
= $this->text->e($task['creator_name'] ?: $task['creator_username']) ?>
-
= t('Time estimated:') ?>
= t('%s hours', $task['time_estimated']) ?>
-
= t('Time spent:') ?>
= t('%s hours', $task['time_spent']) ?>
= $this->hook->render('template:task:details:third-column', array('task' => $task)) ?>
-
= t('Due date:') ?>
= $this->dt->datetime($task['date_due']) ?>
-
= t('Started:') ?>
= $this->dt->datetime($task['date_started']) ?>
= $this->url->link(t('Start now'), 'TaskModificationController', 'start', ['task_id' => $task['id'], 'project_id' => $task['project_id']]) ?>
-
= t('Created:') ?>
= $this->dt->datetime($task['date_creation']) ?>
-
= t('Modified:') ?>
= $this->dt->datetime($task['date_modification']) ?>
-
= t('Completed:') ?>
= $this->dt->datetime($task['date_completed']) ?>
-
= t('Moved:') ?>
= $this->dt->datetime($task['date_moved']) ?>
= $this->hook->render('template:task:details:fourth-column', array('task' => $task)) ?>
= $this->app->component('external-task-view', array(
'url' => $this->url->href('ExternalTaskViewController', 'show', array('project_id' => $task['project_id'], 'task_id' => $task['id'])),
)) ?>
= $this->hook->render('template:task:details:bottom', array('task' => $task)) ?>