= $this->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']) ?: t('There is no description.') ?>
= $this->render('notification/footer', array('task' => $task, 'application_url' => $application_url)) ?>