{** * templates/controllers/informationCenter/notesList.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. * * Display submission file note list in information center. *}
{iterate from=notes item=note} {assign var=noteId value=$note->getId()} {assign var=noteViewStatus value=$note->markViewed($currentUserId)} {include file="controllers/informationCenter/note.tpl" noteViewStatus=$noteViewStatus} {/iterate} {if $notes->wasEmpty()}

{translate key="informationCenter.noNotes"}

{/if}