{** * templates/submission/start.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 initial step for a new submission before launching the submission wizard *} {extends file="layouts/backend.tpl"} {block name="page"}

{translate key="submission.wizard.saved"}

{translate key="submission.wizard.saved.description"}

{$submission->getCurrentPublication()->getShortAuthorString()|escape} — {$submission->getCurrentPublication()->getLocalizedFullTitle(null, 'html')|strip_unsafe_html}

{translate key="submission.wizard.saved.emailConfirmation" email=$email|escape}

{/block}