{* +--------------------------------------------------------------------+ | Copyright CiviCRM LLC. All rights reserved. | | | | This work is published under the GNU AGPLv3 license with some | | permitted exceptions and without any warranty. For full license | | and copyright information, see https://civicrm.org/licensing | +--------------------------------------------------------------------+ *} {if $config->debug} {include file="CRM/common/debug.tpl"} {/if}
{if $sidebarLeft} {/if}
{if $breadcrumb} {/if} {if $pageTitle}

{if $isDeleted}{/if}{$pageTitle}{if $isDeleted}{/if}

{/if} {crmRegion name='page-header'} {/crmRegion} {*{include file="CRM/common/langSwitch.tpl"}*}
{if $localTasks} {include file="CRM/common/localNav.tpl"} {/if}
{include file="CRM/common/status.tpl"} {crmRegion name='page-body'} {if isset($isForm) and $isForm and isset($formTpl)} {include file="CRM/Form/$formTpl.tpl"} {else} {include file=$tplFile} {/if} {/crmRegion}
{crmRegion name='page-footer'} {if $urlIsPublic} {include file="CRM/common/publicFooter.tpl"} {else} {include file="CRM/common/footer.tpl"} {/if} {/crmRegion}
{* end crm-container div *}