NIHVIVO-1564 Implement recursion in template model dump

This commit is contained in:
rjy7 2011-02-23 21:08:20 +00:00
parent cdaaf369f0
commit 199190fb05
2 changed files with 8 additions and 47 deletions

View file

@ -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??>