{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'} {if $parameters.table.columnshow.ip=='on'} {/if} {if $parameters.table.columnshow.description=='on'} {/if} {if $parameters.table.columnshow.evopercent=='on'} {/if} {if $parameters.table.columnshow.evomonth=='on'} {/if} {foreach name=tab2 item=line from=$list} {if $parameters.table.columnshow.ip=='on'} {/if} {if $parameters.table.columnshow.description=='on'} {/if} {if $line.percent_used > $parameters.criticalThreshold} {elseif $line.percent_used > $parameters.warningThreshold} {else} {/if} {if $parameters.table.columnshow.evopercent=='on'} {if $line.evolution == 'none'} {elseif $line.evolution > 0} {else} {/if} {/if} {if $parameters.table.columnshow.evomonth=='on'} {if $line.evolution == 'none'} {else} {if $line.3month > $parameters.criticalThreshold} {elseif $line.3month > $parameters.warningThreshold} {else} {/if} {/if} {/if} {/foreach}
{$lang.REPORT_DEVICE_GROUP_NAME} {$lang.REPORT_DEVICE_NAME}{$lang.REPORT_ADD_IP}{$lang.REPORT_BLOCK_DESCRIPTION}{$lang.REPORT_DISK_USED_SPACE}{$lang.REPORT_DISK_EVOLUTION}{$lang.REPORT_DISK_ESTIMATE_3MONTH}
{$line.group} {$line.name}{$line.ip}{$line.description} {$line.percent_used} % {$line.percent_used} % {$line.percent_used} %   + {$line.evolution} % {$line.evolution} % {$line.3month} % {$line.3month} %{$line.3month} %
{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}