${textHelper.getTextValue("/controlText/surveyDashboard/reportList/id", "ID")}
${textHelper.getTextValue("/controlText/surveyDashboard/reportList/name", "Name")}
${textHelper.getTextValue("/controlText/surveyDashboard/reportList/createdBy", "Created By")}
${textHelper.getTextValue("/controlText/surveyDashboard/reportList/createdDate", "Created Date")}
${textHelper.getTextValue("/controlText/surveyDashboard/reportList/lastModified", "Last Modified")}

{{each(index, report) items}} {{tmpl(report, {index: index}) 'reportListItemTemplate.html'}} {{/each}}