{include file = $DOC->getTemplate('header.tpl')}
{if $DOC->getMenu()} {include file = $DOC->getTemplate('menu.tpl') menu = $DOC->getMenu()} {/if} {if $AUTH_INFO}
{if $AUTH_INFO.data.reportsAccess === 'y'} {assign var = "reportInstructionsAlias" value = 'Report_Instruction'|SMGetAliasByItem} Report Instructions  {assign var = "reportsAlias" value = 'Report_'|SMGetAliasByItem} Reports  {/if} {if $AUTH_INFO.data.viewAllReports === 'y'} {assign var = "reportSummaryAlias" value = 'App_Report_Summary_View::getPageUrl'|call_user_func} Reports Summary  {/if} Log Out
{/if}
{assign var = 'bodyLayoutTemplate' value = 'main'} {if !empty($LEFT_ITEMS)} {assign var = 'bodyLayoutTemplate' value = "left-`$bodyLayoutTemplate`"} {/if} {if !empty($RIGHT_ITEMS)} {assign var = 'bodyLayoutTemplate' value = "`$bodyLayoutTemplate`-right"} {/if} {assign var = 'bodyLayoutTemplate' value = "Body/Layout/`$bodyLayoutTemplate`.tpl"} {include file = $DOC->getTemplate($bodyLayoutTemplate)}
{include file = $DOC->getTemplate('footer.tpl')}