{** * templates/reviewer/review/reviewStepHeader.tpl * * Copyright (c) 2014-2018 Simon Fraser University * Copyright (c) 2003-2018 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Header for the submission review pages. *} {strip} {translate|assign:"review" key='submission.review'} {assign var="submissionTitle" value=$submission->getLocalizedTitle()|strip_unsafe_html} {assign var="pageTitleTranslated" value="$review: $submissionTitle"} {include file="common/header.tpl"} {/strip}
{include file="common/footer.tpl"}