= $this->e('#'.$task['id'].' '.$task['title']) ?>
= $this->e($task['score']) ?>
-
= t('Reference: %s', $task['reference']) ?>
-
= t('Swimlane: %s', $task['swimlane_name']) ?>
-
= dt('Created on %B %e, %Y at %k:%M %p', $task['date_creation']) ?>
-
= dt('Last modified on %B %e, %Y at %k:%M %p', $task['date_modification']) ?>
-
= dt('Completed on %B %e, %Y at %k:%M %p', $task['date_completed']) ?>
-
= dt('Started on %B %e, %Y', $task['date_started']) ?>
-
= dt('Must be done before %B %e, %Y', $task['date_due']) ?>
-
= t('Estimated time: %s hours', $task['time_estimated']) ?>
-
= t('Time spent: %s hours', $task['time_spent']) ?>
-
= t('Created by %s', $task['creator_name'] ?: $task['creator_username']) ?>
-
= t('Assigned to %s', $task['assignee_name'] ?: $task['assignee_username']) ?>
= t('There is nobody assigned') ?>
-
= t('Column on the board:') ?>
= $this->e($task['column_title']) ?>
(= $this->e($task['project_name']) ?>)
= dt('since %B %e, %Y at %k:%M %p', $task['date_moved']) ?>
- = t('Task position:').' '.$this->e($task['position']) ?>
-
= t('Category:') ?> = $this->e($task['category_name']) ?>
-
= t('Status is open') ?>
= t('Status is closed') ?>
-
= $this->url->link(t('Public link'), 'task', 'readonly', array('task_id' => $task['id'], 'token' => $project['token']), false, '', '', true) ?>
-
= t('Recurring information') ?>
= $this->render('task/recurring_info', array(
'task' => $task,
'recurrence_trigger_list' => $recurrence_trigger_list,
'recurrence_timeframe_list' => $recurrence_timeframe_list,
'recurrence_basedate_list' => $recurrence_basedate_list,
)) ?>