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

{if count($IMPORTLIST) > 0} {foreach item=row from=$IMPORTLIST} {/foreach}
{$APP.LBL_MODULE} {$APP.LBL_SOURCE} {$MOD.LBL_LAST_IMPORT} {$MOD.LBL_NEXT_IMPORT_TIME} {'In Progress'|getTranslatedString} {$MOD.LBL_ENABLED} {$APP.LBL_TOOLS}
{if $row.module eq 'ProductRows' && $row.invmodule} {$row.invmodule|getTranslatedString:$row.invmodule}: {$MOD.LBL_RELATED_PRODUCTS} {else} {$row.module|getTranslatedString:$row.module} {/if} {$row.srcinfo.dimport_sourcetype} {if $row.lastimport neq '' && $row.lastimport neq '0000-00-00' && $row.lastimport neq '0000-00-00 00:00:00'} {$row.lastimport} {if $row.errors} {* errors *}
!
{/if} {else} - {/if}
{if $row.enabled} {if $row.override_runnow eq '1'} {$APP.LBL_NOW} {else} {$row.next_start} {/if} {else} - {/if} {if $row.running}{$APP.LBL_YES}{else}{$APP.LBL_NO}{/if} {if $row.running} {if $row.enabled} check {else} clear {/if} {else} {if $row.enabled} check {else} clear {/if} {/if} {if !$row.running} create  {if $CAN_RUN_MANUALLY && !$row.override_runnow && !$row.running} play_arrow  {/if} {/if} {if $row.override_runnow || $row.running} eject  {/if} info_outline {if !$row.running} delete {/if}
{else}

{$MOD.LBL_NO_DATA_IMPORTER}

{/if}
{* logs window *}
{$MOD.LBL_LAST_IMPORT_LOG}  
{* crmv@189795 *}
{* enable dragging for every floating div *}