{** * templates/management/record.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. * * @brief A step-by-step UI to record an editorial decision *} {extends file="layouts/backend.tpl"} {block name="page"}

{$decisionType->getDescription()}

{{ error }}

{{ step.name }}

{{ step.description }}

{/block}