<#escape x as x?html> <#visit applicants> <#macro @array> <#recurse>
Name Age Skills Test results Decided
<#macro @object> <#recurse> <#macro name> ${.node} <#if .node?parent.maidenName??>(m.n.: ${.node?parent.maidenName}) <#macro maidenName><#-- Already extracted in the "name" macro --> <#macro age> ${.node} <#macro skills> <#list .node as s> ${s}<#if s_has_next>, <#macro testResults> <#list .node?keys as testName> ${testName}: ${.node[testName]?string("0.0")}<#if testName_has_next>, <#macro decided> ${.node?string('Y', 'N')}