NIHVIVO-1564 Implement recursion in template model dump
This commit is contained in:
parent
cdaaf369f0
commit
199190fb05
2 changed files with 8 additions and 47 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
<div class="var">
|
||||
<#if var??> <#-- not defined for a nested template model object -->
|
||||
<p><strong>Variable name: ${var}</strong></p>
|
||||
<p><strong>Variable name:</strong> ${var}</p>
|
||||
</#if>
|
||||
|
||||
<#if value??>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue