= $this->text->e($task['title']) ?> (#= $task['id'] ?>)
-
= t('Project: %s', $task['project_name']) ?>
-
= t('Created:').' '.$this->dt->datetime($task['date_creation']) ?>
-
= t('Due date:').' '.$this->dt->datetime($task['date_due']) ?>
-
= 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->text->e($task['column_title']) ?>
- = t('Task position:').' '.$this->text->e($task['position']) ?>
-
= t('Category:') ?> = $this->text->e($task['category_name']) ?>
= t('Description') ?>
= $this->text->markdown($task['description'], true) ?>
= $this->render('notification/footer', array('task' => $task)) ?>