{*
*}
{include file=Template::get('user/admin_users_list_outer.html')}
{if (!$force_restrict_invites || ($force_restrict_invites && count($whitelistedDomains) > 0 && $whitelistedDomains[0] != ""))}
{assign var="maxInvites" value=($hubbub->isFreeTrial()) ? $user->freeTrialUsersRemaining() : $hubbub->hubbub_arrOptions.maxCWInvites} {if $maxInvites == 0}
{"You have reached the maximum number of users in your trial."|gettext}
{/if}
  • {if $force_restrict_invites}

    {'You can only invite users specified in your %s allowed domains%s list.'|gettext|sprintf:"":""}

    {/if} {if isset($inviteMessage)}{$inviteMessage}{/if} {if isset($errors.invite)}{$errors.invite}{/if}

    {'You can invite up to %d users to %s at a time using this form. Simply put the email addresses into the box above, one on each line or separated by commas, and we will invite them to %s.'|gettext|sprintf:$maxInvites:$hubbub->data.hubbub_name:$hubbub->data.hubbub_name}

       
  • {'Select the user rights that you wish to grant these users. If you wish to invite users with different permissions then we advise that you invite users in batches based on permission'|gettext}

  • {'You can add a personal message to your invite if you wish'|gettext}

{if $usergroups|@count gt 1} {assign var=halfGroupCount value=ceil(count($usergroups)/2)}

{'Add to these groups'|gettext}

    {foreach from=$usergroups item=cUsergroup name=usergroupselector} {assign var=usergroupId value=$cUsergroup->data.usergroup_id} {if $usergroupId ne 0 && $cUsergroup->data.usergroup_userfield eq 0} {if $smarty.foreach.usergroupselector.iteration-1 eq $halfGroupCount}
    {/if}
  • {/if} {/foreach}

{'You can choose which groups these users are placed in when they join'|gettext}

{/if}
{/if}
{foreach from=$userGroups item=cUsergroup} {/foreach}
{* if $hubbub->data.hubbub_closed eq 1 *} {if !$force_restrict_invites}
{literal} {/literal}
{include file=Template::get('user/admin_viewrequested.html')}
{/if} {* /if *}
{include file=Template::get('user/admin_view_fieldform.html')}
{if $hubbub->hubbub_arrOptions.beta_userCsvUpdate}
{include file=Template::get('user/admin_users_csvupdate.html')}
{/if}
{if !$hubbub->$isUserInviteRestricted} {/if}