{assign var=meth value=':'|explode:$VAR._page} {$method->exe($meth.0,'category_list')} {if ($method->result == false)} {$block->display('core:method_error')} {else} {if $faq_category_list_display == true}
{translate module=faq}faqs{/translate}
{translate module=faq_category}categories{/translate}
{foreach name=forcatlist from=$faq_category_list_results item=record} {if ($smarty.foreach.forcatlist.iteration%3 eq 0)} {/if} {/foreach}
{$record.name} ({$record.children})
{else} {t}Sorry, no pages were found in this category, or your account is not authorized for this category.{/t} {/if} {/if}