<#escape x as x?html> <#list applicants as applicant>
Name Age Skills Test results Decided
${applicant.name} <#if applicant.maidenName??>(m.n.: ${applicant.maidenName}) ${applicant.age} <#list applicant.skills as s> ${s}<#if s_has_next>, <#list applicant.testResults?keys as testName> ${testName}: ${applicant.testResults[testName]?string("0.0")}<#if testName_has_next>, ${applicant.decided?string('Y', 'N')}