{** * templates/dashboard/index.tpl * * Copyright (c) 2014-2021 Simon Fraser University * Copyright (c) 2003-2021 John Willinsky * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * Dashboard index. *} {extends file="layouts/backend.tpl"} {block name="page"}

{translate key="navigation.submissions"}

{help file="submissions" class="pkp_help_tab"} {if array_intersect(array(\PKP\security\Role::ROLE_ID_SITE_ADMIN, \PKP\security\Role::ROLE_ID_MANAGER), (array)$userRoles)} {help file="submissions" section="unassigned" class="pkp_help_tab"} {help file="submissions" section="active" class="pkp_help_tab"} {/if} {help file="submissions" section="archives" class="pkp_help_tab"} {/block}