blob: 5d9f7d5b2aec8ccc6dc17189cb921aec3475fcaa (
plain)
1
2
3
4
5
|
<h2><?= Helper\escape($task['title']) ?> (#<?= $task['id'] ?>)</h2>
<p><?= t('The task #%d have been opened.', $task['id']) ?></p>
<?= Helper\template('notification_footer', array('task' => $task, 'application_url' => $application_url)) ?>
|