diff --git a/productMods/templates/freemarker/body/individual/individual--foaf-person.ftl b/productMods/templates/freemarker/body/individual/individual--foaf-person.ftl index 5f287a82..4f9f7f13 100644 --- a/productMods/templates/freemarker/body/individual/individual--foaf-person.ftl +++ b/productMods/templates/freemarker/body/individual/individual--foaf-person.ftl @@ -82,11 +82,9 @@ <#assign positions = propertyGroups.getPropertyAndRemoveFromList("${core}personInPosition")!> <#if positions?has_content> <#-- true when the property is in the list, even if not populated (when editing) -->

${positions.name?capitalize} <@p.addLink positions editable />

- <#if positions.statements?has_content> <#-- if there are any statements --> - - + @@ -96,12 +94,10 @@ <#-- 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) --> -

${researchAreas.name?capitalize} <@p.addLink researchAreas editable />

- <#if researchAreas.statements?has_content> <#-- if there are any statements --> - - +

${researchAreas.name?capitalize} <@p.addLink researchAreas editable />

+ @@ -120,12 +116,8 @@

View All arrow icon