{% if global.survey_version_options.selected == 'recode' %}
{% from "../_CTABtn/_CTABtn.html" import CTA %}
{{ CTA (
wrapCTA = false,
ctaID = "",
ctaHref = global.mainBtn_link,
ctaTarget = "_self",
dataParam = 'true',
ctaParam = 'true',
ctaText = form.skip,
ctaClass = 'skip',
hasIcon = 'false',
hideCta = 'false',
bgColor = ''
)
}}
{% endif %}