{if $hubbub->data['hubbub_user'] eq 0 || !isset($crowdicityUsers[$hubbub->data['hubbub_user']])}

This community doesn't have an owner. Is it yours?


Taking ownership doesn't affect the community, it just gives us a point of contact within Crowdicity, and adds the community to your list here in ADM.
{elseif $hubbub->data['hubbub_user'] eq $user->data['user_id']}

You are the owner of this community. Change owner
"Owning" a community places it under your list of communities, and helps Crowdicity support know who to contact regarding this community.

{else}

This community is owned by {$crowdicityUsers[$hubbub->data['hubbub_user']]->getDisplayName()}.

{/if}