{** * templates/submission/form/categories.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. * * Include categories for submissions. *} {if $hasCategories} {if $readOnly} {fbvFormSection title="grid.category.categories" list=true} {foreach from=$assignedCategories item=category}
  • {$category->getLocalizedTitle()|escape}
  • {/foreach} {/fbvFormSection} {else} {fbvFormSection} {assign var="uuid" value=""|uniqid|escape}
    {/fbvFormSection} {/if} {/if}