<!--<div class="col-xs-12 col-md-6 col-lg-3">
<div class="panel stats panel-default" title="<?=$this->getTrans('totalUsers') ?>: <?=$this->get('registUserCount') ?>">
<div class="panel-heading">
<span class="panel-title text-center">
<a href="<?=$this->getUrl(['module' => 'user', 'controller' => 'index', 'action' => 'index']) ?>">
<?=$this->get('registUserCount') ?>
</a>
</span>
</div>
<div class="panel-body text-center">
<strong><?=$this->getTrans('totalUsers') ?></strong>
</div>
</div>
</div>
<div class="col-xs-12 col-md-12 col-lg-5">
<div class="panel stats panel-default" title="<?=$this->getTrans('lastUser') ?>: <?=$registNewUser->getName() ?>">
<div class="panel-heading">
<span class="panel-title text-center">
<a href="<?=$this->getUrl(['module' => 'user', 'controller' => 'profil', 'action' => 'index', 'user' => $registNewUser->getId()]) ?>">
<?=$this->escape($registNewUser->getName()) ?>
</a>
</span>
</div>
<div class="panel-body text-center">
<strong><?=$this->getTrans('lastUser') ?></strong>
</div>
</div>
</div>-->