{** * templates/controllers/grid/tasks/task.tpl * * Copyright (c) 2014-2019 Simon Fraser University * Copyright (c) 2003-2019 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * @brief A single task appearing in the task grid * * @uses $notificationMgr NotificationManager * @uses $notification Notification The notification object * @uses $context Journal|Press The journal or press which this notification * comes from. * @uses $notificationObjectTitle string The title of the object this * notification is about. * @uses $message string The message of the notification * @uses $isMultiContext bool Do we have multiple contexts? *}
{$message}
{if $isMultiContext} {$context->getLocalizedAcronym()|escape} {/if} {$notificationObjectTitle|escape}