= $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->text->e($task['reference']) ?>
-
= t('Complexity:') ?> = $this->text->e($task['score']) ?>
-
= $this->url->link(t('Public link'), 'task', 'readonly', array('task_id' => $task['id'], 'token' => $project['token']), false, '', '', true) ?>
-
= $this->url->link(t('Back to the board'), 'board', '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') ?>
-
= t('Creator:') ?>
= $this->text->e($task['creator_name'] ?: $task['creator_username']) ?>
-
= t('Due date:') ?>
= $this->dt->date($task['date_due']) ?>
-
= 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('Created:') ?>
= $this->dt->datetime($task['date_creation']) ?>
-
= t('Modified:') ?>
= $this->dt->datetime($task['date_modification']) ?>
-
= t('Completed:') ?>
= $this->dt->datetime($task['date_completed']) ?>
-
= t('Started:') ?>
= $this->dt->datetime($task['date_started']) ?>
-
= t('Moved:') ?>
= $this->dt->datetime($task['date_moved']) ?>
= $this->hook->render('template:task:details:fourth-column', array('task' => $task)) ?>
= $this->url->button('fa-play', t('Set start date'), 'TaskModificationController', 'start', array('task_id' => $task['id'], 'project_id' => $task['project_id'])) ?>
= $this->hook->render('template:task:details:bottom', array('task' => $task)) ?>