{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}
{/if}
{/strip}