= t('List of due tasks for the project "%s"', $project) ?>
-
(#= $task['id'] ?>)
= Helper\escape($task['title']) ?>
(= t('Assigned to %s', $task['assignee_name'] ?: $task['assignee_username']) ?>)
= Helper\template('notification_footer', array('task' => $task)) ?>