diff --git a/source/webui/templates/fragments/icon-help.tpl b/source/webui/templates/fragments/icon-help.tpl
new file mode 100644
index 0000000..0899cc0
--- /dev/null
+++ b/source/webui/templates/fragments/icon-help.tpl
@@ -0,0 +1,16 @@
+
+
Resolved
+- The service is operating normally
+
+
+
Maintenance
+- The service is undergoing scheduled maintenance
+
+
+
Minor/Significant
+- The service is experiencing minor issues affecting some customers or significant issues affecting many customers.
+
+
+
Major
+- The service is experiencing a major outage affecting all customers.
+
\ No newline at end of file
diff --git a/source/webui/templates/navigation.tpl b/source/webui/templates/navigation.tpl
index 2de4395..79e751c 100644
--- a/source/webui/templates/navigation.tpl
+++ b/source/webui/templates/navigation.tpl
@@ -20,10 +20,10 @@
{else}
Login
{/if}
+ {if $requested_page == home}Help{/if}
-
{if $authenticated}
-
+
Logged in as {$user->username}
{/if}
\ No newline at end of file