{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)} {/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_BOX}

{elseif $action == 'updateObjService'}

{$lang.PLAN_PREVIEW}

{$lang.TYPE}

{$lang.PLAN_CONTENT_TO_DISPLAY}

{$lang.ADD}
    {foreach name=outer item=rrd from=$rrdOrderedList}
  • {$rrd.name} delete
  • {/foreach}
{$lang.ADD}
    {foreach name=outer item=service from=$servicesOrderedList}
  • {$service.name} delete
  • {/foreach}

{$lang.PLAN_DISPLAY_PARAM}

{$lang.PLAN_STYLES_TITLE}

{$lang.PLAN_STYLES_CONTENT}

{$lang.PLAN_STYLES_BOX}

{/if}
{/strip}