= $this->text->e($task['title']) ?> (#= $task['id'] ?>)
= t('Sub-task updated') ?>
- = t('Title:') ?> = $this->text->e($subtask['title']) ?>
- = t('Status:') ?> = t($subtask['status_name']) ?>
- = t('Assignee:') ?> = $this->text->e($subtask['name'] ?: $subtask['username'] ?: '?') ?>
-
= t('Time tracking:') ?>
= t('%sh spent', n($subtask['time_spent'])) ?>
/
= t('%sh estimated', n($subtask['time_estimated'])) ?>
= $this->render('notification/footer', array('task' => $task)) ?>