${textHelper.getTextValue("/controlText/invitationDashboard.ascx/createdBy", "Created By")}:
${CreatedBy}
${textHelper.getTextValue("/controlText/invitationDashboard.ascx/createdDate", "Created Date")}:
${dateUtils.jsonDateToInvariantDateString(CreatedDate)}
${textHelper.getTextValue("/controlText/invitationDashboard.ascx/lastSent", "Last Sent")}:
{{if LastSent == null}}
${textHelper.getTextValue("/controlText/invitationDashboard.ascx/notSent", "Not Sent")}
{{else}}
${dateUtils.jsonDateToInvariantDateString(LastSent)}
{{/if}}