= $this->text->e($task['title']) ?> (#= $task['id'] ?>)
-
= t('Assigned to %s', $task['assignee_name'] ?: $task['assignee_username']) ?>
= t('There is nobody assigned') ?>
= t('Description') ?>
= $this->text->markdown($task['description'], true) ?: t('There is no description.') ?>
= $this->render('notification/footer', array('task' => $task)) ?>