diff --git a/Theme/Backend/department-list.tpl.php b/Theme/Backend/department-list.tpl.php
index 6cf7c83..3a905e4 100644
--- a/Theme/Backend/department-list.tpl.php
+++ b/Theme/Backend/department-list.tpl.php
@@ -42,7 +42,7 @@ echo $this->getData('nav')->render(); ?>
getData('list:elements') as $key => $value) : $c++;
$url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/organization/department/profile?{?}&id=' . $value->getId()); ?>
-
+
| = $value->getId(); ?>
| = $value->getName(); ?>
| = $value->getParent(); ?>
diff --git a/Theme/Backend/position-list.tpl.php b/Theme/Backend/position-list.tpl.php
index 38570fc..901ac4d 100644
--- a/Theme/Backend/position-list.tpl.php
+++ b/Theme/Backend/position-list.tpl.php
@@ -43,7 +43,7 @@ echo $this->getData('nav')->render(); ?>
|
$value) : $count++;
$url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/organization/position/profile?{?}&id=' . $value->getId()); ?>
-
+
| = $value->getId(); ?>
| = $value->getName(); ?>
| = $value->getParent(); ?>
diff --git a/Theme/Backend/unit-list.tpl.php b/Theme/Backend/unit-list.tpl.php
index b6b47a5..0d9489e 100644
--- a/Theme/Backend/unit-list.tpl.php
+++ b/Theme/Backend/unit-list.tpl.php
@@ -41,7 +41,7 @@ echo $this->getData('nav')->render(); ?>
|
getData('list:elements') as $key => $value) :
$url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/organization/unit/profile?{?}&id=' . $value->getId()); ?>
-
+
| = $value->getId(); ?>
| = $value->getName(); ?>
| = $value->getParent(); ?>
|