{{each(index, url) SurveyUrls}}
{{if (index % 2 == 0) }}
${textHelper.getTextValue("/pageText/forms/manage.aspx/createdBy", "Created By: ")}
${CreatedBy}
${textHelper.getTextValue("/pageText/forms/manage.aspx/lastUpdated", "Last Updated: ")}
${dateUtils.jsonDateToInvariantDateString(LastModified)}
${textHelper.getTextValue("/controlText/surveyDashboard/scoredSurvey", "Scored Survey")}:
${textHelper.getBooleanValue(EnableScoring)}
${textHelper.getTextValue("/controlText/surveyDashboard/locked", "Locked")}:
${textHelper.getBooleanValue(!AllowSurveyEditWhileActive)}
${textHelper.getTextValue("/pageText/forms/surveys/permissions.aspx/anonymize", "Anonymize Responses")}:
${textHelper.getBooleanValue(AnonymizeResponses)}