{% If CurrentQuestions.Errors.Count Then %}
{% If (errors_caption <> "") Then %}
{% End If %}
{%:= errors_caption %}
{% End If %}-
{% Dim errorIndex = 1
For errorIndex = 1 To CurrentQuestions.Errors.Count %}
- {%= CurrentQuestions.Errors[errorIndex].Message %} {% Next %}