diff --git a/Theme/Backend/account-list.tpl.php b/Theme/Backend/account-list.tpl.php
index f371f00..196e1fd 100644
--- a/Theme/Backend/account-list.tpl.php
+++ b/Theme/Backend/account-list.tpl.php
@@ -29,9 +29,6 @@ echo $this->getData('nav')->render(); ?>
= $this->getHtml('ID', '0', '0'); ?>
| = $this->getHtml('Name') ?>
| = $this->getHtml('Email') ?>
- |
-
- |
|
$account) : ++$count;
$url = \phpOMS\Uri\UriFactory::build('{/prefix}admin/audit/single?{?}&id=' . $account->getId()); ?>
diff --git a/Theme/Backend/module-list.tpl.php b/Theme/Backend/module-list.tpl.php
index b09a3fd..02e6733 100644
--- a/Theme/Backend/module-list.tpl.php
+++ b/Theme/Backend/module-list.tpl.php
@@ -29,9 +29,6 @@ echo $this->getData('nav')->render(); ?>
| = $this->getHtml('ID', '0', '0'); ?>
| = $this->getHtml('Name') ?>
- |
-
- |
|
$module) : ++$count;
$url = \phpOMS\Uri\UriFactory::build('{/prefix}admin/audit/single?{?}&id=' . $module['name']['id']); ?>