NIHVIVO-1491 Methods to get a single property, with or without removing from the list
This commit is contained in:
parent
0cc376e0a1
commit
97ecd6100f
4 changed files with 52 additions and 14 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
<#-- Template for property listing on individual profile page -->
|
||||
|
||||
<#list propertyGroups as group>
|
||||
<#list propertyGroups.all as group>
|
||||
|
||||
<#assign groupname = group.name(nameForOtherGroup)>
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<a name="property-nav"></a>
|
||||
|
||||
<ul role="list">
|
||||
<#list propertyGroups as group>
|
||||
<#list propertyGroups.all as group>
|
||||
<#assign groupname = group.name(nameForOtherGroup)>
|
||||
<#if groupname?has_content>
|
||||
<#-- capitalize will capitalize each word in the name; cap_first only the first. We may need a custom
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue