{** * templates/submission/review-editors-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 For the Editors 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"}
{if in_array($currentContext->getData('subjects'), [$currentContext::METADATA_REQUEST, $currentContext::METADATA_REQUIRE])} {include file="/submission/review-publication-field.tpl" prop="subjects" inLocale=$localeKey name="{translate key="common.subjects"}" type="array"} {/if} {if in_array($currentContext->getData('disciplines'), [$currentContext::METADATA_REQUEST, $currentContext::METADATA_REQUIRE])} {include file="/submission/review-publication-field.tpl" prop="disciplines" inLocale=$localeKey name="{translate key="search.discipline"}" type="array"} {/if} {if in_array($currentContext->getData('languages'), [$currentContext::METADATA_REQUEST, $currentContext::METADATA_REQUIRE])} {include file="/submission/review-publication-field.tpl" prop="languages" inLocale=$localeKey name="{translate key="common.languages"}" type="array"} {/if} {if in_array($currentContext->getData('agencies'), [$currentContext::METADATA_REQUEST, $currentContext::METADATA_REQUIRE])} {include file="/submission/review-publication-field.tpl" prop="supportingAgencies" inLocale=$localeKey name="{translate key="submission.supportingAgencies"}" type="array"} {/if} {if in_array($currentContext->getData('coverage'), [$currentContext::METADATA_REQUEST, $currentContext::METADATA_REQUIRE])} {include file="/submission/review-publication-field.tpl" prop="coverage" inLocale=$localeKey name="{translate key="manager.setup.metadata.coverage"}" type="string"} {/if} {if in_array($currentContext->getData('rights'), [$currentContext::METADATA_REQUEST, $currentContext::METADATA_REQUIRE])} {include file="/submission/review-publication-field.tpl" prop="rights" inLocale=$localeKey name="{translate key="submission.rights"}" type="string"} {/if} {if in_array($currentContext->getData('source'), [$currentContext::METADATA_REQUEST, $currentContext::METADATA_REQUIRE])} {include file="/submission/review-publication-field.tpl" prop="source" inLocale=$localeKey name="{translate key="common.source"}" type="string"} {/if} {if in_array($currentContext->getData('type'), [$currentContext::METADATA_REQUEST, $currentContext::METADATA_REQUIRE])} {include file="/submission/review-publication-field.tpl" prop="type" inLocale=$localeKey name="{translate key="common.type"}" type="string"} {/if} {if in_array($currentContext->getData('dataAvailability'), [$currentContext::METADATA_REQUEST, $currentContext::METADATA_REQUIRE])} {include file="/submission/review-publication-field.tpl" prop="dataAvailability" inLocale=$localeKey name="{translate key="submission.dataAvailability"}" type="html"} {/if} {if $localeKey === $submission->getData('locale')} {if $isCategoriesEnabled}

{translate key="submission.submit.placement.categories"}

  • {{ currentCategoryTitle }}
{translate key="common.noneSelected"}
{/if}

{translate key="submission.submit.coverNote"}

{translate key="common.none"}
{/if} {call_hook name="Template::SubmissionWizard::Section::Review::Editors" submission=$submission step=$step.id}
{/foreach}