= t('Details') ?>
= Helper\escape($task['score']) ?>
-
= dt('Created on %B %e, %G at %k:%M %p', $task['date_creation']) ?>
-
= dt('Completed on %B %e, %G at %k:%M %p', $task['date_completed']) ?>
-
= t('Assigned to %s', $task['username']) ?>
= t('There is no body assigned') ?>
-
= t('Column on the board:') ?>
= Helper\escape($task['column_title']) ?>
(= Helper\escape($task['project_name']) ?>)
-
= t('Status is open') ?>
= t('Status is closed') ?>
-
= t('Edit') ?>
= t('or') ?>
= t('close this task') ?>
= t('open this task') ?>
= t('Description') ?>
= Helper\markdown($task['description']) ?: t('There is no description.') ?>