{if empty($item->list)}
No FAQs at this time
{else}
{if count($item->categories) > 1} {foreach from = $item->categories item = 'title' key = 'idCategory' name = "category"} {if !$idCategory}{assign var='idCategory' value=0}{/if}
{foreach from = $item->list.$idCategory item = 'faq'}

{$faq.question|htmlspecialchars}

{$faq.answer}
Go Top
{/foreach}
{/foreach} {/if}
{/if}