= Helper\escape('#'.$task['id'].' '.$task['title']) ?>
= Helper\escape($task['score']) ?>
-
= t('Reference: %s', $task['reference']) ?>
-
= 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:') ?>
= Helper\escape($task['column_title']) ?>
(= Helper\escape($task['project_name']) ?>)
- = t('Task position:').' '.Helper\escape($task['position']) ?>
-
= t('Category:') ?> = Helper\escape($task['category_name']) ?>
-
= t('Status is open') ?>
= t('Status is closed') ?>
-
= Helper\a(t('Public link'), 'task', 'readonly', array('task_id' => $task['id'], 'token' => $project['token']), false, '', '', true) ?>