diff --git a/templates/ktcore/manage_help.smarty b/templates/ktcore/manage_help.smarty
index 33f3ae6..4e9811f 100644
--- a/templates/ktcore/manage_help.smarty
+++ b/templates/ktcore/manage_help.smarty
@@ -1,5 +1,3 @@
-
Existing permissions
-
{literal}
{/literal}
+Current help assignments
+
+
+
+
+| Section |
+Filename |
+Customise |
+
+
+{foreach item=oHelpEntity from=$helps }
+
+| { $oHelpEntity->sSection } |
+ { $oHelpEntity->sFilename } |
+
+{ assign var="replacement" value=$oHelpEntity->checkReplacement() }
+{ if $replacement }
+Edit
+{ else }
+Customise
+{ /if }
+ |
+
+{ /foreach }
+
+
+{ if $helpreplacements }
+Existing customised help pages
+
+{ /if }