diff --git a/productMods/templates/freemarker/body/partials/individual/individual-geographicFocus.ftl b/productMods/templates/freemarker/body/partials/individual/individual-geographicFocus.ftl new file mode 100644 index 00000000..cea382e6 --- /dev/null +++ b/productMods/templates/freemarker/body/partials/individual/individual-geographicFocus.ftl @@ -0,0 +1,14 @@ +<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> + +<#-- List of research areas for the individual --> +<#assign geographicFoci = propertyGroups.pullProperty("${core}geographicFocus")!> +<#if geographicFoci?has_content> <#-- true when the property is in the list, even if not populated (when editing) --> + <#assign localName = geographicFoci.localName> +