t('user_invites') ?>

t('user_invites_text') ?>

t('user_invites2') ?>
formTag([], ['onsubmit' => "return confirm('".$this->t('user_invites_text2')."' + \$F('user_name') + '?')"], function(){ ?>
submitTag($this->t('user_submit')) ?>
textFieldTag("member[name]", $this->params()->name, ['class' => 'ac-user-name']) ?>
select("member", "level", ["Contributor" => CONFIG()->user_levels["Contributor"], "Privileged" => CONFIG()->user_levels["Privileged"]]) ?>
t('user_current_invites') ?>

t('user_current_invites_text') ?>

invited_users as $user) : ?>
t('user_user') ?> t('users_posts') ?> t('user_fav') ?>
linkTo($this->h($user->pretty_name()), ['user#show', 'id' => $user->id]) ?> linkTo(Post::where('user_id = '.$user->id)->count(), ['post#index', 'tags' => 'user:'.$user->name]) ?> linkTo($user->post_votes->select(['score' => 3])->size(), ['controller' => 'post', 'action' => 'index', 'tags' => 'vote:3:'.$user->name.' order:vote']) ?>
partial("footer") ?>