{** * templates/frontend/pages/submissions.tpl * * Copyright (c) 2014-2023 Simon Fraser University * Copyright (c) 2003-2023 John Willinsky * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * @brief Display the page to view information about submissions. *} {capture assign="submissionChecklistAfterContent"} {foreach from=$sections item="section"} {if $section->getLocalizedPolicy()}

{$section->getLocalizedTitle()|escape}

{$section->getLocalizedPolicy()} {if $isUserLoggedIn} {capture assign="sectionSubmissionUrl"}{url page="submission" sectionId=$section->getId()}{/capture}

{translate key="about.onlineSubmissions.submitToSection" name=$section->getLocalizedTitle()|escape url=$sectionSubmissionUrl}

{/if}
{/if} {/foreach} {/capture} {include file="core:frontend/pages/submissions.tpl"}