${property.name}
<#-- List the statements for each property --> - <#-- data property --> - <#if property.type == "data"> - <#list property.statements as statement> -${statement.value}
- #list> - - <#-- object property --> - <#elseif property.collatedBySubclass> - <#include "objectPropertyList-collated.ftl"> - <#else> - <#include "objectPropertyList-statements.ftl"> - #if> +-
+ <#-- data property -->
+ <#if property.type == "data">
+ <#list property.statements as statement>
+
${statement.value}
+ #list> + + <#-- object property --> + <#elseif property.collatedBySubclass> + <#include "objectPropertyList-collated.ftl"> + <#else> + <#include "objectPropertyList-statements.ftl"> + #if> +-
- <#list property.statements as statement>
-
- - <#include "${property.template}"> - - #list> -