{% If CurrentQuestion.Type = "single" and CurrentADC.PropValue("isInLoop") = "1" Then %} {%:= CurrentADC.GetContent("dynamic/single_loop.html").ToText() %} {% ElseIf CurrentQuestion.Type = "single" Then %} {%:= CurrentADC.GetContent("dynamic/single.html").ToText() %} {% ElseIf CurrentQuestion.Type = "numeric" and CurrentADC.PropValue("isInLoop") = "1" Then %} {%:= CurrentADC.GetContent("dynamic/numeric_loop.html").ToText() %} {% ElseIf CurrentQuestion.Type = "numeric" Then %} {%:= CurrentADC.GetContent("dynamic/numeric_loop.html").ToText() %} {% EndIf %}