{* +--------------------------------------------------------------------+ | 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 empty($tagsetType)} {assign var="tagsetType" value="contact"} {/if} {if $tableLayout} {/if} {foreach from=$tagsetInfo.$tagsetType item=tagset} {assign var="elemName" value=$tagset.tagsetElementName} {if empty($tagsetElementName) or $tagsetElementName eq $elemName} {assign var="parID" value=$tagset.parentID} {assign var="skipEntityAction" value=$tagset.skipEntityAction} {if $tableLayout} {else}
{$form.$elemName.$parID.label} {$form.$elemName.$parID.html}
{/if} {/if} {/foreach} {if $tableLayout}
{$form.$elemName.$parID.label} {$form.$elemName.$parID.html}
{/if} {if !$skipEntityAction and empty($form.frozen)} {/if}