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