{if $action=='generate'} {include file='./overall_block.html' view='title' block=$block parameter=$parameters}
{if empty($list)} {$lang.REPORT_NO_DATA} {else} {if $parameters.form=='tab2'} {foreach name=tab2 item=line from=$list} {if $line.percent_used > $parameters.criticalThreshold} {elseif $line.percent_used > $parameters.warningThreshold} {else} {/if} {/foreach}
{$lang.REPORT_DEVICE_GROUP_NAME} {$lang.REPORT_DEVICE_NAME} {$lang.REPORT_ADD_IP} {$lang.REPORT_BLOCK_DESCRIPTION} {$lang.REPORT_AVAILABILITY_DISPO}
{$line.group} {$line.name} {$line.ip} {$line.description} {$line.percent_used} % {$line.percent_used} % {$line.percent_used} %
{elseif $parameters.form=='donut' || $parameters.form=='pie' || $parameters.form=='gauge'} {foreach name=donut item=line from=$list}
{$line.name}
{if $parameters.form =='gauge'} {else} {/if} {/foreach}
{if $parameters.form=='donut' || $parameters.form=='pie'}
{$lang.REPORT_DISK_FREE_SPACE} {$lang.REPORT_STOCKAGE_USED}
{/if} {elseif $parameters.form=='graphCol'}
{/if} {/if} {include file='./overall_block.html' view='end'} {elseif $action=='update'} {include file='overall_adm_iframe.html'}
{include file='./overall_block.html' view='header' lang=$lang block=$block titlestyle=$titlestyle descriptionstyle=$descriptionstyle}

{$lang.ADM_PLUGIN_TYPE}

{$lang.EXAMPLE}

{include file='./overall_block.html' view='administration' lang=$lang block=$block titlestyle=$titlestyle descriptionstyle=$descriptionstyle}

{$lang.REPORT_GRAPH_BAR_NODE_LINKED}



{$lang.REPORT_BLOCK_PARAMETER_CRITIC}

{$lang.DASHBOARD_WIDGET_ALERT_SHOW_COLUMN}




{$lang.RETURN}
{/if}