{* /************************************* * SPDX-FileCopyrightText: 2009-2020 Vtenext S.r.l. * SPDX-License-Identifier: AGPL-3.0-only ************************************/ *} {* crmv@92272 crmv@102879 crmv@115268 *} {include file="Settings/ProcessMaker/Metadata/Header.tpl"}
{$MOD.LBL_PM_ACTIONS}
{if empty($METADATA.actions)}
{$MOD.LBL_PM_NO_ACTIONS}
{else} {* *} {foreach key=ACTION_ID item=ACTION from=$METADATA.actions} {* *} {/foreach}
{$MOD.LBL_LIST_TOOLS} {$MOD.LBL_PM_ACTION} {$MOD.LBL_STATUS}
{if $ACTION.action_type neq 'SDK'} {* crmv@102879 crmv@195745 *} create {/if} clear {$ACTION.action_title}{if $task->active}Active{else}Inactive{/if}
{/if}

{include file="Settings/ProcessMaker/Metadata/Helper.tpl"}