{strip}
{if isset($errors) && !empty($errors)}
{foreach from=$errors item=message}

{$message}

{/foreach}
{elseif isset($success)}

{$success}

{/if}
{if $action == "updateObjContainer"}

{$lang.PLAN_LINKED_ELEMENTS}

{$lang.PLAN_CHOOSE_ELT_TYPE}

{eui_forms_toggle_switch id="object_elt_type" name="elt_type" selected=$eltType data=$eltTypeValues}
{eui_forms_selectGroups id="selectGroups" name="selectGroups[]" selected=$selectedGroups label_group=$lang.PLAN_LINK_GROUPS keepopen=1 }
{eui_forms_selectNodes id="selectNodes" name="selectNodes[]" selected=$selectedNodes label_node=$lang.PLAN_LINK_NODES keepopen=1 }
{eui_forms_selectServices id="selectServices" name="selectServices[]" selected=$selectedServices label_service=$lang.PLAN_LINK_SERVICES keepopen=1 }

{$lang.PLAN_UPD_ICON_OBJET}

{elseif $action == 'updateLink'} {elseif $action == 'iconAdm'}

{$lang.PLAN_UPLOAD_FOUR_LOGOS}

{$lang.PLAN_GROUP_ADMIN}

{foreach item=group from=$groups} {/foreach}
{$group.name} {if $group.name != 'ESIA'} {/if}
{elseif $action == 'addIconGroup' || $action == 'updIconGroup'}

{if $action == 'addIconGroup'}{$lang.PLAN_ADD_ICON_GROUP}{else}{$lang.PLAN_UPD_ICON_GROUP}{/if}

{elseif $action == 'delIconGroup'}

{$lang.PLAN_DEL_ICON_GROUP}

{$lang.PLAN_DEL_ICON_GROUP_WARN} «{$group.name}»

{$lang.PLAN_DEL_ICON_GROUP_CONTENT_CHOICE}

{elseif $action == 'updIcon'}

{$lang.PLAN_UPD_ICON} - {$icon.name}

{elseif $action == 'delIcon'}

{$lang.PLAN_DEL_ICON} - {$icon.name}

{$lang.PLAN_DEL_ICON_INFO} «{$icon.name}»

{/if}
{/strip}