NIHVIVO-1459 Create generic individual.ftl template by stripping away person-specific code.
This commit is contained in:
parent
c2a0df90a2
commit
2111854d74
2 changed files with 5 additions and 60 deletions
|
@ -19,13 +19,13 @@
|
|||
<#if groupname?has_content>
|
||||
<h2><a name="${groupname}"></a>${groupname?capitalize}</h2>
|
||||
</#if>
|
||||
|
||||
|
||||
<#-- List the properties in the group -->
|
||||
<#list group.properties as property>
|
||||
<article class="property" role="article">
|
||||
<#-- Property display name -->
|
||||
<h3>${property.name}</h3>
|
||||
|
||||
|
||||
<#-- List the statements for each property -->
|
||||
<ul class="property-list" role="list">
|
||||
<#-- data property -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue