{** * templates/submission/review-publication-field.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. * * A helper template to show the value of a publication property. * * @uses string $prop The name of the property, eg `keywords` * @uses string $inLocale The locale key to show. Only include this for localized data * @uses string $name The user-facing name of this property, eg "Keywords" * @uses string $type The type of the value. Accepts `string`, `array`, `html` *} {if $inLocale} {assign var="localizedProp" value=$prop|cat:"."|cat:$inLocale} {else} {assign var="localizedProp" value=$prop} {/if}