${textHelper.getTextValue("/controlText/surveyDashboard/invitationList/type", "Type")}
${textHelper.getTextValue("/controlText/surveyDashboard/invitationList/status", "Status")}
${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}) 'invitationSentListItemTemplate.html'}} {{/each}}