{** * templates/submission/wizard.tpl * * Copyright (c) 2014-2022 Simon Fraser University * Copyright (c) 2003-2022 John Willinsky * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * The submission wizard screen with all steps to complete for submission. *} {extends file="layouts/backend.tpl"} {block name="page"}
{{ submission.id }}

{{ pageTitle }} {translate key="reviewer.submission.saveReviewForLater"}

{if $submittingTo}
{$submittingTo}
{/if} {call_hook name="Template::SubmissionWizard::Section" submission=$submission} {translate key="reviewer.submission.saveReviewForLater"}
{/block}