{foreach:aFaqData,key,aValue}
{if:aValue.category_name}
{end:}
{end:}
{if:showQuestionform}
{end:}
{foreach:aFaqData,key,aValue}
{if:aValue.category_name}
 {aValue.category_name}
{end:}
{if:aValue.question}
{translate(#Question#)}: {aValue.question} ?
{translate(#Ans#)}:
{aValue.ans:h}{if:showLastUpdate}
{translate(#last update#)}: {formatDatePretty(aValue.faqweb_lastupdated)}
{translate(#Top#)}
{end:}
{end:}
{end:}
|