{% if captcha.type == 1 %}
{{captcha.text}}
{% elseif captcha.type == 2 %}
{{captcha.label}}: lbl_captcha
{% elseif captcha.type == 3 %}
{{captcha.text}}
{% endif %}