{** * templates/workflow/workflow.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. * * Display the workflow tab structure. *} {strip} {assign var=primaryAuthor value=$submission->getPrimaryAuthor()} {if !$primaryAuthor} {assign var=authors value=$submission->getAuthors()} {assign var=primaryAuthor value=$authors[0]} {/if} {assign var=submissionTitleSafe value=$submission->getLocalizedTitle()|strip_unsafe_html} {if $primaryAuthor} {assign var="pageTitleTranslated" value=$primaryAuthor->getLastName()|concat:", ":$submissionTitleSafe} {else} {assign var="pageTitleTranslated" value=$submissionTitleSafe} {/if} {include file="common/header.tpl" suppressPageTitle=true} {/strip}