diff --git a/templates/ktcore/principals/unitadmin.smarty b/templates/ktcore/principals/unitadmin.smarty
index b8e6dc5..56a9be4 100644
--- a/templates/ktcore/principals/unitadmin.smarty
+++ b/templates/ktcore/principals/unitadmin.smarty
@@ -3,7 +3,7 @@
{i18n}KnowledgeTree allows administrators the ability to create Units that model the organisation's business units. Units may have their own administrators and groups may be assigned to these units.{/i18n}
-Add New Unit
+{i18n}Add New Unit{/i18n}
{i18n}Units allow you to delegate the administration of a portion
of the DMS repository to a particular part of your
organisation. Unit administrators have additional rights within that
@@ -16,16 +16,20 @@ membership of groups that belong to the unit.{/i18n}
{i18n}Unit Name{/i18n}
+{*
{i18n}Edit{/i18n}
{i18n}Delete{/i18n}
+*}
{foreach item=oUnit from=$unit_list}
{$oUnit->getName()}
+{*
{i18n}Edit{/i18n}
{i18n}Delete{/i18n}
+*}
{/foreach}