${Name}

${Description}
${textHelper.getTextValue("/pageMenu/survey_editor/_properties", "Properties")}
${textHelper.getTextValue("/controlText/surveyDashboard/surveyLinks", "Survey Links")}
{{each(index, url) SurveyUrls}} {{if (index % 2 == 0) }}
 
{{else}}
 
{{/if}} {{/each}}
${textHelper.getTextValue("/controlText/surveyDashboard/surveyInfo", "Survey Information")}
${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)}