{Translation::t($challenge, 'category_name')}
{if !$isUnpublished}{/if}{Translation::t($challenge, 'category_description')|strip_tags}
{if !$isUnpublished}{/if}{assign var='challengeCounter' value=0 scope='global'}
{foreach from=$challenges item=challenge name=challenges}
{assign var=challengeCounter value=$challengeCounter+1}
{assign var=access value=$challenge->getAccess()}
{if $access}
{$isArchived=false}
{if $challenge->data['category_archived'] == Category::STATUS_ARCHIVED}
{$isArchived=true}
{/if}
{$isClosed=false}
{if $challenge->getAccess()->getData('showClosed')}
{$isClosed=true}
{/if}
{$isUnpublished=$challenge->isUnpublished()}
{$isUserCreated=$challenge->data['category_usercreated'] == 1}
{if $listSource == 'user_activity'}
{Translation::t($challenge, 'category_description')|strip_tags}{Translation::t($challenge, 'category_name')}
{if !$isUnpublished}{/if}
{Translation::t($challenge, 'category_description')|strip_tags}