blob: 6ee10242e9722c75e4ff7658c9089e7579bf9220 (
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)) ?>
|