= t('No task') ?>
= t('Id') ?> | = t('Column') ?> | = t('Category') ?> | = t('Title') ?> | = t('Assignee') ?> | = t('Due date') ?> | = t('Date created') ?> | = t('Date completed') ?> |
---|---|---|---|---|---|---|---|
= Helper\escape($task['id']) ?> | = Helper\in_list($task['column_id'], $columns) ?> | = Helper\in_list($task['category_id'], $categories, '') ?> | = Helper\escape($task['title']) ?> | = Helper\escape($task['username']) ?> = t('Unassigned') ?> | = dt('%B %e, %G', $task['date_due']) ?> | = dt('%B %e, %G at %k:%M %p', $task['date_creation']) ?> | = dt('%B %e, %G at %k:%M %p', $task['date_completed']) ?> |