{assign var="maxInvites" value=($hubbub->isFreeTrial()) ? $user->freeTrialUsersRemaining() : $hubbub->hubbub_arrOptions.maxCWInvites} {if $rcwiUsers|@count gt 0} {if $maxInvites == 0}
{"You have reached the maximum number of users in your trial."|gettext}
{/if} {foreach from=$rcwiUsers item=cwiUser} {/foreach}
{'Name'|gettext}{'Options'|gettext}
{$cwiUser->getDisplayName()} ({$cwiUser->data.user_email}) {if $maxInvites == 0} {'Invite'|gettext} {else} {'Invite'|gettext} {/if} {if $smarty.request.show ne 'denied'} - {'Decline'|gettext} {/if}
{else} {if $smarty.request.show ne 'denied' && $smarty.request.rshow ne 'denied'}

{'No users have requested to join the community'|gettext}

{else}

{'No users have been denied access to this community'|gettext}

{/if} {/if} {if $rpageArray|@count gt 1} {/if} {literal} {/literal}