{include file='overall_header.html'} {strip}
{if isset($errors) && !empty($errors)}
{foreach from=$errors item=message}

{$message}

{/foreach}
{elseif isset($success) && !empty($success)}

{$success}

{/if}

{$lang.PLAN_FOLDER} {$folder_name}

  • {if $authorized_actions['update']}
  • {/if} {if $authorized_actions['delete']}
  • {/if}

{$lang.PLAN_MOVE_INFO}

{if $authorized_actions['update']}

{$lang.PLAN_FOLDER_UPDATE}

{/if} {if $authorized_actions['delete']}

{$lang.PLAN_FOLDER_DELETE}

{$lang_delete_warn}

{$lang.PLAN_FOLDER_DELETE_CONTENT_CHOICE}

{/if}
{foreach from=$content.folders item=fold} {/foreach} {foreach from=$content.plans item=plan} {/foreach} {if ($authorized_actions['create_folder'] || $authorized_actions['create_plan'])}
{/if}
{/strip} {include file='overall_footer.html'}