${Email}
{{if Type == 0}}
${textHelper.getTextValue("/pageText/forms/surveys/invitations/recipients.aspx/optOutStatus_0", "User opted out from the invitation")}
{{else}}
{{if Type == 1}}
${textHelper.getTextValue("/pageText/forms/surveys/invitations/recipients.aspx/optOutStatus_1", "User opted out all invitations from you")}
{{else}}
{{if Type == 2}}
${textHelper.getTextValue("/pageText/forms/surveys/invitations/recipients.aspx/optOutStatus_2", "User marked the invitation as SPAM")}
{{else}}
${textHelper.getTextValue("/pageText/forms/surveys/invitations/recipients.aspx/optOutStatus_3", "Opted out by admin")}
{{/if}}
{{/if}}
{{/if}}
{{if Type != 3}}
${UserComment}
{{/if}}