{strip}
{if isset($errors) && !empty($errors)}
{foreach from=$errors item=message}
{$message}
{/foreach}
{elseif isset($success)}
{$success}
{/if}
{if !isset($isIframe)} {/if}
{if $action =='delPlan'}
{if !empty($linkedObjs)}
{$lang.PLAN_WARNING_LINKED}
{foreach from=$linkedObjs item=obj}
{$obj.plan_name}
> {$obj.object_name}
{/foreach}
{/if}
{$lang.PLAN_DELETE_PLAN}
{elseif $action == 'serviceGraph'} {if isset($isIframe)} {/if}
{$service.common_name}
{elseif $action == 'updateObjText'}
{$lang.PLAN_PREVIEW}
{$lang.PLAN_STYLES_CONTENT}
{$lang.PLAN_STYLES_FONT_SIZE}
{$lang.PLAN_STYLES_FONT_COLOR}
{$lang.PLAN_STYLES_BG_COLOR}
{$lang.PLAN_STYLES_BG_OPACITY}
{$lang.PLAN_STYLES_BOX}
{$lang.PLAN_STYLES_BORDER_COLOR}
{$lang.PLAN_STYLES_BORDER_WIDTH}
{$lang.PLAN_STYLES_BORDER_RADIUS}
{$lang.PLAN_STYLES_PADDING}
{elseif $action == 'updateObjService'}
{$lang.PLAN_PREVIEW}
{$lang.TYPE}
{$lang.PLAN_SERVICE_TYPE_STATE}
{$lang.PLAN_MESSAGE}
{$lang.ADM_CONFIGURATION_VALUE}
{$lang.PLAN_CONTENT_TO_DISPLAY}
{$lang.NODE}
{foreach name=outer item=node from=$adm_list_node}
{$node.name}
{/foreach}
{$lang.PLAN_VALUES}
{foreach name=outer item=rrd from=$rrdList}
{$rrd.name}
{/foreach}
{$lang.ADD}
{foreach name=outer item=rrd from=$rrdOrderedList}
{$rrd.name}
{/foreach}
{$lang.PLAN_SERVICES}
{foreach name=outer item=service from=$servicesList}
{$service.name}
{/foreach}
{$lang.ADD}
{foreach name=outer item=service from=$servicesOrderedList}
{$service.name}
{/foreach}
{$lang.PLAN_SERVICES}
{foreach name=outer item=service from=$servicesList}
{$service.name}
{/foreach}
{$lang.PLAN_DISPLAY_PARAM}
{$lang.PLAN_NODE_NAME}
{$lang.PLAN_VAL_NAME}
{$lang.PLAN_SERVICE_STATE_COLOR}
{$lang.PLAN_NODE_NAME}
{$lang.PLAN_SERVICE_CONTENT}
{$lang.PLAN_DISPLAY_NAME}
{$lang.PLAN_DISPLAY_STATE}
{$lang.PLAN_DISPLAY_NAME_STATE}
{$lang.PLAN_SERVICE_STATE_COLOR}
{$lang.PLAN_DISPLAY_NAME}
{$lang.PLAN_DISPLAY_STATE}
{$lang.PLAN_DISPLAY_NAME_STATE}
{$lang.PLAN_DISPLAY_NONE}
{$lang.PLAN_NODE_NAME}
{$lang.PLAN_SERVICE_NAME}
{$lang.PLAN_STYLES_TITLE}
{$lang.PLAN_STYLES_FONT_SIZE}
{$lang.PLAN_STYLES_FONT_COLOR}
{$lang.PLAN_STYLES_BG_COLOR}
{$lang.PLAN_STYLES_BG_OPACITY}
{$lang.PLAN_STYLES_CONTENT}
{$lang.PLAN_STYLES_FONT_SIZE}
{$lang.PLAN_STYLES_FONT_COLOR}
{$lang.PLAN_STYLES_BG_COLOR}
{$lang.PLAN_STYLES_BG_OPACITY}
{$lang.PLAN_STYLES_BOX}
{$lang.PLAN_STYLES_BORDER_COLOR}
{$lang.PLAN_STYLES_BORDER_WIDTH}
{$lang.PLAN_STYLES_BORDER_RADIUS}
{$lang.PLAN_STYLES_PADDING}
{/if}
{/strip}