{include file="header.html"}

{$layout.pagetitle}

{if $result} {section name=a loop=$result} {$result[a]}
{/section} {else} {t}Oops! Something went wrong! Executing command failed. Error level:{/t} {$error}

{t}Possible reasons:{/t}
-{t}syntax error{/t}
-{t}an error has occured while executing the command{/t}

{/if}
Back {include file="footer.html"}