{foreach from=$headers item=header key=key}

{if (array_key_exists($key, $accordioncontent))} {$accordioncontent.$key} {/if}
{/foreach}