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

{if count($WIZLIST) > 0} {foreach item=row from=$WIZLIST} {/foreach}
{$APP.Wizard} {$APP.LBL_MODULE} {$APP.Active} {$APP.LBL_TOOLS}
{$row.name|getTranslatedString:$row.module} {$row.module|getTranslatedString:$row.module} {if $row.enabled} check {else} clear {/if} create  delete
{else}

{$APP.LBL_NO_AVAILABLE_WIZARDS}

{/if}