{************************************* * SPDX-FileCopyrightText: 2009-2020 Vtenext S.r.l. * SPDX-License-Identifier: AGPL-3.0-only ************************************} {* crmv@95157 *} {if $ERROR}

{$ERROR}

{/if} {if $METADATA && $METADATA.properties}
{foreach key=metakey item=metavalue from=$METADATA.properties} {/foreach}
{"FieldName"|getTranslatedString:"Settings"} {"LBL_FIELD_VALUE"|getTranslatedString:"com_workflow"}
{$metakey}
{if $META_EDITABLE} {include file="EditViewUI.tpl" uitype=1 fldvalue=$metavalue fldname=$metakey} {else} {include file="DetailViewFields.tpl" keyid=1 keyval=$metavalue} {/if}
{else}

No metadata

{/if} {if !$META_EDITABLE} {/if}