{** * templates/notification/index.tpl * * Copyright (c) 2013-2015 Simon Fraser University Library * Copyright (c) 2000-2015 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Display list of notifications. * *} {strip} {assign var="pageTitle" value="notification.notifications"} {include file="common/header.tpl"} {/strip}
{if $isUserLoggedIn}
{translate key="notification.notificationsDescription" unreadCount=$unread readCount=$read settingsUrl=$url} {else}{translate key="notification.notificationsPublicDescription" emailUrl=$emailUrl} {/if} |
{translate key="notification.noneExist"} |
|
{page_info iterator=$notifications} | {page_links anchor="notifications" name="notifications" iterator=$notifications} |