{$show_body_flag = false} {$show_header_flag = false}
{if !empty($vars)} {foreach $vars as $id => $app_vars}
{foreach $app_vars as $v => $desc} {if is_array($desc)} {foreach $desc as $sub_v => $sub_desc} {/foreach} {/if} {/foreach}
{/foreach} {$show_body_flag = true} {/if} {if !empty($wa_vars)}
{foreach from=$wa_vars item=desc key=v} {/foreach}
{$show_body_flag = true} {/if} {if !empty($smarty_vars)}
{foreach from=$smarty_vars item=desc key=v} {/foreach}
{$show_body_flag = true} {/if} {if !empty($blocks)}
{foreach $blocks as $block_id => $b} {/foreach}
{$show_body_flag = true} {/if} {if !empty($plugins)}
{foreach $plugins as $id => $data} {if is_array($data)} {foreach $data as $sub_id => $sub_data} {/foreach} {/if} {/foreach}
{$show_body_flag = true} {/if}
{**}