{% If CurrentQuestions.Errors.Count Then %}
{% If (errors_caption <> "") Then %}

{%:= errors_caption %}

{% End If %}
    {% Dim errorIndex = 1 For errorIndex = 1 To CurrentQuestions.Errors.Count %}
  • {%= CurrentQuestions.Errors[errorIndex].Message %}
  • {% Next %}
{% End If %}