t('user_blocked') ?>
formTag(['action' => 'unblock'], function(){ ?> users as $user) : ?>
t('user_user') ?> t('user_expires') ?> t('user_when') ?> t('user_reason') ?>
submitTag($this->t('user_unblock')) ?>
checkBoxTag("user[".$user->id."]") ?> linkTo($this->h($user->pretty_name()), ['user#show', 'id' => $user->id]) ?> timeAgoInWords($user->ban->expires_at) ?> ban->expires_at ?> h($user->ban->reason) ?>
t('user_blocked_ips') ?>
formTag('blocks#unblock_ip', function() { ?> ip_bans as $ban) : ?>
t('user_ip') ?> t('user_expires') ?> t('user_banned_by') ?> t('user_reason') ?>
submitTag($this->t('user_unblock')) ?>
checkBoxTag("ip_ban[".$ban->id."]") ?> h($ban->ip_addr) ?> expires_at ? $this->timeAgoInWords($ban->expires_at) : "never" ?> linkTo($this->h($ban->user->pretty_name()), ['user#show', 'id' => $ban->user->id]) ?> h($ban->reason) ?>
formTag('blocks#block_ip', function(){ ?>
submitTag($this->t('user_resend_submit')) ?>

not yet supported" //$this->t('user_address_text') ?>

textField("ban", "ip_addr", ['size' => '40']) ?>
textArea("ban", "reason", ['size' => '40x5']) ?>
textField("ban", "duration", ['size' => '10', 'required']) ?>
partial("footer") ?>