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 08d7ec087..dba394e93 100644 --- a/webapp/web/templates/freemarker/body/partials/individual/lib-properties.ftl +++ b/webapp/web/templates/freemarker/body/partials/individual/lib-properties.ftl @@ -96,6 +96,10 @@ name will be used as the label. --> +<#macro propertyLabel property label="${property.name?capitalize}"> +

${label}

+ + <#macro propertyListItem property statement editable>
  • <#nested> @@ -142,11 +146,16 @@ name will be used as the label. --> <#if (primaryLink?has_content || additionalLinks?has_content)> <#-- true when the property is in the list, even if not populated (when editing) -->