diff --git a/webapp/web/templates/freemarker/body/partials/individual/lib-properties.ftl b/webapp/web/templates/freemarker/body/partials/individual/lib-properties.ftl index 72ead8469..9713c1f0f 100644 --- a/webapp/web/templates/freemarker/body/partials/individual/lib-properties.ftl +++ b/webapp/web/templates/freemarker/body/partials/individual/lib-properties.ftl @@ -33,15 +33,14 @@ #list> #macro> -<#-- Full object property listing, including heading and ul wrapper element. --> +<#-- Full object property listing, including heading and ul wrapper element. +Assumes property is non-null. --> <#macro objectPropertyListing property editable template=property.template> - <#if property?has_content> <#-- true when the property is in the list, even if not populated (when editing) --> - <#local localName = property.localName> -