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

{$lang.DASHBOARD_NODE_LINKED}

{if $param.type=='groupenoeud'}
{elseif $param.type=='noeud'}
{else}


{/if}

{$lang.REPORT_LEVEL_ERROR}

{$lang.REPORT_LEVEL_INCIDENT}



{$lang.REPORT_BLOCK_INCIDENTS_FILTER_UNIT}

{$lang.REPORT_BLOCK_INCIDENTS_HIGHLIGHT}

{$lang.REPORT_BLOCK_INCIDENTS_HIGHLIGHT_UNIT}
{$lang.REPORT_BLOCK_INCIDENTS_HIGHLIGHT_UNIT}

{$lang.REPORT_CUSTOMIZATION}

{$lang.REPORT_CUSTOMIZATION_COL}








{$lang.RETURN}
{elseif $action=='generate'} {include file='./overall_block.html' view='title' block=$block parameter=$parameters} {if empty($incidents)} {$lang.REPORT_BLOCK_INCIDENTS_EMTPY} {else} {if $parameters.affiche_groupNoeud == true} {/if} {if $parameters.affiche_ip == true} {/if} {if $parameters.affiche_technical_name == true} {/if} {if $parameters.affiche_message == true} {/if} {if $parameters.affiche_time_end == true} {/if} {if $parameters.affiche_duree == true} {/if} {foreach name=outer from=$incidents item=incident} {if $parameters.affiche_groupNoeud == true} {/if} {if $parameters.affiche_ip == true} {/if} {if isset($parameters.affiche_description)} {if $parameters.affiche_description == true} {/if} {/if} {if $parameters.affiche_technical_name == true} {/if} {if $incident.error_type eq 'critical'} {elseif $incident.error_type eq 'warning'} {else} {/if} {if $parameters.affiche_message == true} {/if} {if $parameters.affiche_time_end == true} {/if} {if $parameters.affiche_duree == true} {if $incident.highlight =='critical'} {elseif $incident.highlight =='warning'} {else} {/if} {/if} {/foreach}

{$lang.REPORT_DEVICE_GROUP_NAME}

{$lang.REPORT_DEVICE_NAME}

{$lang.REPORT_IP_ADD}

{$lang.REPORT_SERVICE_NAME}

{$lang.REPORT_TECHNICAL_NAME}

{$lang.REPORT_ERROR_TYPE}

{$lang.REPORT_HAPPEN_MESSAGE}

{$lang.REPORT_TIME}

{$lang.REPORT_HAPPEN_TIME_ACQUITTE}

{$lang.REPORT_DURING}

{$incident.group_name}{$incident.node_name}{$incident.ip}{$incident.description}{$incident.service_name}{$incident.technical_name}{$lang.REPORT_CRITICAL}{$lang.REPORT_WARNING}{$lang.REPORT_UNKNOWN}{$incident.message}{$incident.start}{$incident.end}{$incident.during}{$incident.during}{$incident.during}
{/if} {include file='./overall_block.html' view='end'} {/if}