{** * templates/submission/review-details-step.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 template in the submission wizard when reviewing the details step. *} {foreach from=$locales item=$locale key=$localeKey}

{if count($locales) > 1} {translate key="common.withParenthesis" item=$step.reviewName|escape inParenthesis=$locale} {else} {$step.reviewName|escape} {/if}

{translate key="common.edit"}
{include file="/submission/review-publication-field.tpl" prop="title" inLocale=$localeKey name="{translate key="common.title"}" type="html"} {if in_array($currentContext->getData('keywords'), [$currentContext::METADATA_REQUEST, $currentContext::METADATA_REQUIRE])} {include file="/submission/review-publication-field.tpl" prop="keywords" inLocale=$localeKey name="{translate key="common.keywords"}" type="array"} {/if} {include file="/submission/review-publication-field.tpl" prop="abstract" inLocale=$localeKey name="{translate key="common.abstract"}" type="html"} {if in_array($currentContext->getData('citations'), [$currentContext::METADATA_REQUEST, $currentContext::METADATA_REQUIRE])} {if $localeKey === $submission->getData('locale')}

{translate key="submission.citations"}

{{ citation }}
{/if} {/if} {call_hook name="Template::SubmissionWizard::Section::Review::Details" submission=$submission step=$step.id}
{/foreach}