diff --git a/webapp/web/templates/freemarker/body/individualList-checkForData.ftl b/webapp/web/templates/freemarker/body/individualList-checkForData.ftl
new file mode 100644
index 000000000..6f3528681
--- /dev/null
+++ b/webapp/web/templates/freemarker/body/individualList-checkForData.ftl
@@ -0,0 +1,28 @@
+<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
+
+<#if (individuals?size == 0)>
+ <#assign noData = true />
+<#else>
+ <#assign noData = false />
+#if>
+
+<#assign noDataNotification>
+ <#if user.loggedIn>
+ <#if user.authorizedToRebuildSearchIndex>
+
+ Please log in to manage content.Expecting content?
+
+
+ #if>
+ <#else>
+
+
You can add content and manage this site from the Site Administration page.
+ #if> +#assign> \ No newline at end of file diff --git a/webapp/web/templates/freemarker/body/individualList.ftl b/webapp/web/templates/freemarker/body/individualList.ftl index 8484ba94b..bfa0300aa 100644 --- a/webapp/web/templates/freemarker/body/individualList.ftl +++ b/webapp/web/templates/freemarker/body/individualList.ftl @@ -4,6 +4,8 @@ <#import "lib-list.ftl" as l> +<#include "individualList-checkForData.ftl"> + ${stylesheets.add('')}