{** * templates/controllers/modals/editorDecision/form/initiateExternalReviewForm.tpl * * Copyright (c) 2014-2019 Simon Fraser University * Copyright (c) 2003-2019 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Form used to initiate the first review round. * *}

{translate key="editor.submission.externalReviewDescription"}

{csrf} {capture assign=filesForReviewUrl}{url router=$smarty.const.ROUTE_COMPONENT component="grid.files.submission.SelectableSubmissionDetailsFilesGridHandler" op="fetchGrid" submissionId=$submissionId stageId=$stageId escape=false}{/capture} {load_url_in_div id="filesForReviewGrid" url=$filesForReviewUrl} {fbvFormButtons submitText="editor.submission.decision.sendExternalReview"}