{* /** * Copyright (c) 2020, Hamed Salimian * All rights reserved. */ *}
{if !empty($subsections) } {/if}
{text key="iisgraph+all_users_desc"}
{if isset($lastCalculationDate)}

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

{/if}
{block_decorator name='box' capEnabled='1' iconClass='ow_ic_info' langLabel='iisgraph+label_linear_formula_form' capAddClass="ow_dnd_configurable_component clearfix" type='' addClass="ow_stdmargin clearfix ow_group_users_view"} {form name="mainForm"} {foreach from=$fieldsArray item='fieldName'} {/foreach} {foreach from=$profileQuestions item='question'} {/foreach}
{text key="iisgraph+metric"} {text key="iisgraph+importance_coefficient"}
{label name=$fieldName} {if in_array($fieldName, $tooltipKeyList)} {component class='IISGRAPH_CMP_TooltipIcon' text=$tooltipList[$fieldName]} {/if} {input name=$fieldName}
{error name=$fieldName}
{text key="iisgraph+number_of_result_rows"} {input name="numberOfResultRows"}
{text key="iisgraph+filter_according_to"} {$question.question_label} {foreach from=$question.options item='option'} {input name=$option->getAttribute('name')} {label name=$option->getAttribute('name')} {/foreach}
{text key="iisgraph+filter_according_to"} {text key="admin+heading_user_roles"} {foreach from=$roleList item='role' name='role'} {input name="roles_`$role->id`"} {label name="roles_`$role->id`"} {/foreach}
{submit name="submit" langLabel='iisgraph+display' }
{/form} {/block_decorator}

{if isset($allInfo)} {if isset($empty)}
{text key='base+empty_list'}
{else} {foreach from=$exportLabels item='item'} {/foreach} {foreach from=$exportAllInfo item='item' key='rank'} {foreach from=$item item='score'} {/foreach} {/foreach} {if isset($lastCalculationDate)}

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

{/if}
{foreach from=$labels item='item'} {/foreach} {foreach from=$allInfo item='item' key='rank'} {foreach from=$item item='score'} {/foreach} {/foreach}
{$item}
{$score|more:20}
{$paging}
{if isset($exportAllInfo)}
{submit name="export_excel" langLabel='iisgraph+export_to_excel' class='export_to_excel'}
{/if} {/if} {/if}