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