{* /** * Copyright (c) 2017, Issa Annamoradnejad * All rights reserved. */ *}
{if !empty($subsections) } {/if}
{if $noGroup} {form name="mainForm"}
{label name='gId'}{input name='gId'}{error name="gId"}
{submit name="submit" langLabel='iisgraph+display' }
{/form} {else} {$groupComponent} {if isset($lastCalculationDate)}

{text key='iisgraph+last_calculation_date'}: {$lastCalculationDate}

{/if} {foreach from=$groupData key='key' item='item'} {/foreach}
{$item.label} {if in_array($key, $tooltipKeyList)} {component class='IISGRAPH_CMP_TooltipIcon' text=$tooltipList[$key]} {/if} {$item.value}
{/if}