= Helper\escape($task['title']) ?> (#= $task['id'] ?>)
-
= dt('Created on %B %e, %Y at %k:%M %p', $task['date_creation']) ?>
-
= dt('Must be done before %B %e, %Y', $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:') ?>
= Helper\escape($task['column_title']) ?>
- = t('Task position:').' '.Helper\escape($task['position']) ?>
-
= t('Category:') ?> = Helper\escape($task['category_name']) ?>
= t('Description') ?>
= Helper\markdown($task['description']) ?: t('There is no description.') ?>
= Helper\template('notification_footer', array('task' => $task, 'application_url' => $application_url)) ?>