{% block ewz_recaptcha_widget %}
{% 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 %}
{% endblock ewz_recaptcha_widget %}