{********************************************************* @ author: Julien George @ email: j.george@esia-sa.com **********************************************************} {include file='overall_header.html'} {if $seeTutos == 5} {/if}
{$success_message}
{$message}
{$lang.IMPORT_HELP_GROUPED_ACTIONS}
{else}
{/if}
{$cell}
{else}
{if $cell == $lang.IMPORT_HOSTS_PORT_STATUS.unknown}
{else if $cell == $lang.IMPORT_HOSTS_PORT_STATUS.filtered}
{else if $cell == $lang.IMPORT_HOSTS_PORT_STATUS.open}
{else if $cell == $lang.IMPORT_HOSTS_PORT_STATUS.closed}
{else if $cell == $lang.IMPORT_HOSTS_PORT_STATUS.unfiltered}
{else if $cell == $lang.IMPORT_HOSTS_PORT_STATUS.open_filtered }
{else if $cell == $lang.IMPORT_HOSTS_PORT_STATUS.closed_filtered}
{/if}
{/if}
{$cell}
{/if}
{if $col == "address"}
{$lang.IMPORT_HOSTS_TABLE.$col} : {$cell}
{/if}
{if $col == "mac"}
{if $cell.mac !=""}
{if !$cell.vendor}
{$lang.IMPORT_HOSTS_TABLE.$col} :
{/if}
{if $cell.vendor}
{$cell.vendor}
{else}
{$cell.mac}
{/if}
{/if}