{if $action=='generate'} {include file='./overall_block.html' view='title' block=$block parameter=$parameters}
{$lang.EGIDE_VULNERABILITY_TABLE.$col} | {/foreach} {foreach $vulnerability_array_top10 item=row} {foreach $row key=col item=cell} {if $col=='actions'} {else} {if {$col}=='vulnerability_id'}{$cell} | {elseif {$col}=='vulnerability_scoring'}{$cell.value} | {elseif {$col}=='cve_severt' || {$col}=='cve_cmplx'}{$cell} | {else}{$cell} | {/if} {/if} {/foreach} {/foreach}
---|