diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php
index ffb46fe..6995fd8 100644
--- a/Theme/Backend/Lang/en.lang.php
+++ b/Theme/Backend/Lang/en.lang.php
@@ -134,4 +134,7 @@ return ['Admin' => [
'Status2' => 'Inactive',
'Status3' => 'Timehout',
'Status4' => 'Banned',
+ 'GroupStatus1' => 'Active',
+ 'GroupStatus2' => 'Inactive',
+ 'GroupStatus4' => 'Hidden',
]];
diff --git a/Theme/Backend/groups-list.tpl.php b/Theme/Backend/groups-list.tpl.php
index 01fb617..f8b9b6c 100644
--- a/Theme/Backend/groups-list.tpl.php
+++ b/Theme/Backend/groups-list.tpl.php
@@ -31,6 +31,7 @@ echo $this->getData('nav')->render(); ?>
= $this->getHtml('ID', 0, 0); ?>
+ = $this->getHtml('Status') ?>
= $this->getHtml('Name') ?>
= $this->getHtml('Parents') ?>
= $this->getHtml('Children') ?>
@@ -39,9 +40,14 @@ echo $this->getData('nav')->render(); ?>
= $footerView->render(); ?>