{include file="header.tpl"}
{if $show_menu } {include file="menu.tpl"} {else}

{$msg_title}

{/if} {if $logo } {/if} {if count($dependency_errors)} {foreach from=$dependency_errors key=result item=result_array}

{$result_array['error']|unescape: "html" nofilter}

{/foreach} {else} {if $error != ""}

{$error|unescape: "html" nofilter} {if $show_extended_error and $extended_error_msg} ({$extended_error_msg}) {/if}

{/if} {include file="$action.tpl"} {/if}
{include file="footer.tpl"}