{% if formLabel == 'Terms & Conditions' %}{% if termsAndConditions %}{{ termsAndConditions.text|raw }}{% endif %}{% set termsOfUseFormGroup %}{{ form_row(form.termsAccepted) }}{% endset %}{% set termsUrl %}<a target="_blank" href="{{ path('programRules') }}">Terms and Conditions</a>{% endset %}{{ termsOfUseFormGroup|replace({'#TERMS_LINK#': termsUrl })|raw }}{% endif %}