{foreach from=$METADATA item=I key=L name="headers"} {if !($TYPE == 'DetailView' AND $I->name =='options')} {if !isset($I->showIn)}
{$I->label}
{* no options header in DetailView *} {else} {if $I->showIn == $TYPE}
{$I->label}
{/if} {/if} {/if} {/foreach}