{foreach from=$categories item=cCategory} {if $cCategory->data.category_parent eq 0}
{if is_object($cCategory->joined.obj_categoryaccess)} {if $cCategory->joined.obj_categoryaccess->getData('showClosed')} {"This challenge is now closed"|gettext} {else if $cCategory->data.category_archived == Category::STATUS_ARCHIVED} {"Archived challenge"|gettext} {else} {"Challenge"|gettext} {/if} {/if}
{$cCategory->getDescriptionOutput()}