{foreach from=$optionTree item='category'}

{lang}wcf.user.option.category.{@$category[object]->categoryName}{/lang}

{hascontent}

{content}{lang __optional=true}wcf.user.option.category.{@$category[object]->categoryName}.description{/lang}{/content}

{/hascontent}
{include file='optionFieldList' options=$category[options] langPrefix='wcf.user.option.'}
{/foreach}