diff --git a/productMods/templates/freemarker/body/partials/individual/propStatement-personInPosition.ftl b/productMods/templates/freemarker/body/partials/individual/propStatement-personInPosition.ftl index e05a47e9..d3ad9014 100644 --- a/productMods/templates/freemarker/body/partials/individual/propStatement-personInPosition.ftl +++ b/productMods/templates/freemarker/body/partials/individual/propStatement-personInPosition.ftl @@ -20,17 +20,21 @@ #local> <#local linkedIndividual> <#if statement.org??> - ${statement.orgName} + + ${statement.orgName} + <#else> <#-- This shouldn't happen, but we must provide for it --> - ${i18n().missing_organization} + ${i18n().missing_organization} #if> #local> <#-- The sparql query returns both the org's parent (middleOrg) and grandparent (outerOrg). For now, we are only displaying the parent in the list view. --> <#local middleOrganization> <#if statement.middleOrg??> - ${statement.middleOrgName!} + + ${statement.middleOrgName!} + #if> #local> diff --git a/themes/wilma/templates/individual--foaf-person.ftl b/themes/wilma/templates/individual--foaf-person.ftl index ebc894e7..53576623 100644 --- a/themes/wilma/templates/individual--foaf-person.ftl +++ b/themes/wilma/templates/individual--foaf-person.ftl @@ -72,7 +72,7 @@ <#else>