{** * 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}
  • RSS 1.0
  • RSS 2.0
  • Atom 1.0

{$formattedNotifications} {if $notifications->wasEmpty()}
{translate key="notification.noneExist"}
 
{else}
{page_info iterator=$notifications} {page_links anchor="notifications" name="notifications" iterator=$notifications}
{/if}
{include file="common/footer.tpl"}