{* +--------------------------------------------------------------------+ | 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 | +--------------------------------------------------------------------+ *} {* enclose all tabs and its content in a block *}
{if $tabHeader and count($tabHeader)}
{foreach from=$tabHeader key=tabName item=tabValue} {if !empty($tabValue.template)}
{include file=$tabValue.template}
{/if} {/foreach}
{/if}
{* crm-content-block ends here *}