Source community:

{$community->data['hubbub_name']}

Available challenges

Select the challenges you wish to duplicate in the new community

{foreach from=Category::$list item=cCat} {if $cCat->data.category_parent eq 0}
data.category_archived eq Category::STATUS_UNPUBLISHED}class = "unpublished"{/if}> {$cCat->data.category_name}
{/if} {/foreach}

Available pages

{foreach from=$allPages item=cPage} {if $cPage->data.page_type eq 'page' or $cPage->data.page_type eq 'community_page'}
{if !empty($cPage->data.page_title) and $cPage->data.page_title != ''} {$cPage->data.page_title} {else} {$cPage->data.page_navtitle} {/if}
{/if} {/foreach}

Notify the following users

Send an email to the following user when the community is ready.
NOTE: it can take around 5 minutes for a community to be built
depending on size and complexity of the source community.

{foreach from=$superAdmins item=csu}
{$csu->getDisplayName()}
{/foreach}