{% block ewz_recaptcha_widget %} {% apply spaceless %} {% if form.vars.ewz_recaptcha_enabled %} {% if not form.vars.ewz_recaptcha_ajax %} {% if attr.options.size == 'invisible' and attr.options.callback is not defined %} {% set options = attr.options|merge({'callback': 'onReCaptchaSuccess'}) %} {% set attr = attr|merge({'options': options}) %} {% endif %}
{% else %}
{% endif %} {% endif %} {% endapply %} {% endblock ewz_recaptcha_widget %}