${textHelper.getTextValue("/controlText/surveyDashboard/invitationList/id", "ID")}
${textHelper.getTextValue("/controlText/surveyDashboard/invitationList/name", "Name")}
${textHelper.getTextValue("/controlText/surveyDashboard/invitationList/created", "Created")}
${textHelper.getTextValue("/controlText/surveyDashboard/invitationList/lastSent", "Last Sent")}

{{each(index, invitation) items}} {{tmpl(invitation, {index: index}) 'invitationListItemTemplate.html'}} {{/each}}