{$lang.EGIDE_TITLE_WEIGHTED_SCORE}

{if $treeview_type == 'box'}
{foreach $ifaces_list item=group}

{$group.label}

{foreach $group.ifaces item=iface} {$iface.label} {$iface.value} {/foreach}
{/foreach}
{foreach from=$ifaces_type item=type} {/foreach}
{$lang.EGIDE_IFACES_WEIGHTS_LIST}
{$type.name} {number_format($type.factor, 1)}
{else} {if $header_show_stats}

{$lang.EGIDE_BOX_NODE_STATE} - {$lang.EGIDE_TOTAL} : {$boxesStats.unity.total}

{$lang.EGIDE_SCAN_ERROR_NONE} {$lang.EGIDE_SCAN_PENDING_TASK} {$lang.LGD_OK} {$lang.LGD_WARN} {$lang.LGD_CRI} {$lang.LGD_UNKNOWN} {$lang.LGD_MAINTENANCE} {$lang.EGIDE_SCAN_ERROR_ACQ}
{$boxesStats.unity.none} {$boxesStats.unity.pending} {$boxesStats.unity.ok} {$boxesStats.unity.warning} {$boxesStats.unity.critical} {$boxesStats.unity.unknown} {$boxesStats.unity.maintenance} {$boxesStats.unity.acquitte}

{$lang.EGIDE_BOX_SCAN_STATE} - {$lang.EGIDE_TOTAL} : {$boxesStats.scan.total}

{$lang.EGIDE_SCAN_ERROR_NONE} {$lang.EGIDE_SCAN_ERROR_TASK} {$lang.EGIDE_SCAN_TERMINATED_TASK} {$lang.EGIDE_SCAN_NEW_TASK} {$lang.EGIDE_SCAN_PENDING_TASK} {$lang.EGIDE_SCAN_PROCESSING_TASK}
{$boxesStats.scan.none} {$boxesStats.scan.error} {$boxesStats.scan.terminated} {$boxesStats.scan.new} {$boxesStats.scan.pending} {$boxesStats.scan.processing}
{else} {if $header_show_all}
{else if $header_show_min}
{else}
{/if} {foreach $listBoxes item=box} {if !$header_show_min} {$lang.NAME} {$box.name} {/if} {if $header_show_all} {$lang.NODES} {$box.nodes} {$lang.EGIDE_VULNERABILITY|truncate:4:"."} {$box.vulnerabilities} {/if} {if !$header_show_min} {else} {/if} {if !$header_show_min} {$lang.STATUS} {else} {$box.name} {/if} {if $box.box_state.critical > 0} {$lang.EGIDE_BOX_SHORT} {$lang.EGIDE_BOX_UNREACHEABLE} {elseif $box.box_state.warning > 0} {$lang.EGIDE_BOX_SHORT} {$lang.ALERTS} {elseif $box.box_state.unknown > 0} {$lang.EGIDE_BOX_SHORT} {$lang.EGIDE_BOX_UNREACHEABLE} {else} {if empty($box.scan_state) || $box.scan_state == 'terminated' } {$lang.EGIDE_BOX_SHORT} {$lang.EGIDE_BOX_REACHEABLE} {elseif $box.scan_state == 'error' } {$lang.EGIDE_SCAN} {$lang.{"EGIDE_SCAN_{$box.scan_state|upper}_TASK"}|lower} {else} {$lang.EGIDE_SCAN} {$lang.{"EGIDE_SCAN_{$box.scan_state|upper}_TASK"}|lower} {/if} {/if} {/foreach}
{/if} {/if}