diff --git a/webapp/web/templates/freemarker/body/partials/individual/individual-properties.ftl b/webapp/web/templates/freemarker/body/partials/individual/individual-properties.ftl index 9ba6b66a1..575574121 100644 --- a/webapp/web/templates/freemarker/body/partials/individual/individual-properties.ftl +++ b/webapp/web/templates/freemarker/body/partials/individual/individual-properties.ftl @@ -3,9 +3,9 @@ <#-- Template for property listing on individual profile page --> <#import "lib-properties.ftl" as p> +<#import "lib-dump.ftl" as dumper> <#list propertyGroups.all as group> - <#assign groupname = group.name(nameForOtherGroup)>
@@ -14,32 +14,31 @@ scroll to property group menus - + <#-- Display the group heading --> <#if groupname?has_content>

${groupname?capitalize}

- - <#-- List the properties in the group --> + + <#-- List the properties in the group --> <#list group.properties as property> + <#assign propertyNameCamel = property.name?capitalize?replace(" ", "")?uncap_first />
<#-- Property display name --> -

${property.name} <@p.addLink property editing />

- <#-- List the statements for each property --> -
- + + + +
- - + \ No newline at end of file