diff --git a/productMods/templates/freemarker/body/individual/individual--foaf-person.ftl b/productMods/templates/freemarker/body/individual/individual--foaf-person.ftl
index be8d4ca7..25185cd7 100644
--- a/productMods/templates/freemarker/body/individual/individual--foaf-person.ftl
+++ b/productMods/templates/freemarker/body/individual/individual--foaf-person.ftl
@@ -3,10 +3,6 @@
<#-- Individual profile page template for foaf:Person individuals -->
<#include "individual-setup.ftl">
-
-<#if individual.showAdminPanel>
- <#include "individual-adminPanel.ftl">
-#if>
@@ -17,12 +13,14 @@
@@ -64,6 +62,10 @@
+ <#if individual.showAdminPanel>
+ <#include "individual-adminPanel.ftl">
+ #if>
+
<#if relatedSubject??>
${relatedSubject.relatingPredicateDomainPublic} for ${relatedSubject.name}
@@ -73,7 +75,7 @@
<#-- Label -->
<#assign label = individual.nameStatement>
${label.value}
- <@p.editingLinks label label editable />
+ <#-- <@p.editingLinks label label editable /> -->
<#-- Moniker -->
<#if individual.moniker?has_content>
@@ -100,8 +102,9 @@
<#-- Research Areas -->
<#assign researchAreas = propertyGroups.getPropertyAndRemoveFromList("${core}hasResearchArea")!>
<#if researchAreas?has_content> <#-- true when the property is in the list, even if not populated (when editing) -->
- <#--Research Areas <@p.addLink researchAreas editing />
-->
- <@p.addLinkWithLabel researchAreas editable />
+ Research Areas <@p.addLink researchAreas editable />
+
+ <#--<@p.addLinkWithLabel researchAreas editable />-->
<#if researchAreas.statements?has_content> <#-- if there are any statements -->
<@p.simpleObjectPropertyList researchAreas editable/>
@@ -112,7 +115,7 @@
-
+
<#include "individual-sparklineVisualization.ftl">