Some checks are pending
Cadoles/hydra-sql/pipeline/pr-develop Build started...
13 lines
347 B
Twig
13 lines
347 B
Twig
{% block altcha_widget %}
|
|
<altcha-widget
|
|
challengejson={{challengeJson}}
|
|
name='altcha'
|
|
strings="{{translations}}"
|
|
hidelogo
|
|
hidefooter
|
|
workers= {{ workers }}
|
|
delay={{ delay }}
|
|
{{ debug ? 'debug' : ''}}
|
|
{{ mockError ? 'mockerror' : ''}}
|
|
></altcha-widget>
|
|
{% endblock %} |