{% extends 'admin/base.html' %} {% block _title %}{{ _('Anti-spam') }}{% endblock %} {% set antispam_link = 'active' %} {% block _content %}

{{ _('Anti-spam') }}

{{ _('Protect your {} instance from spammers').format(const.appName) }}

{% if not cfg.antispam.enabled %} {% endif %}

{{ _('Anti-spam type to use') }}

{{ _('reCAPTCHA options') }}

{{ _('reCAPTCHA site key') }}

{{ _('reCAPTCHA secret key') }}

{{ _('Turnstile options') }}

{{ _('Turnstile site key') }}

{{ _('Turnstile secret key') }}

{{ _('Friendly Captcha options') }}

{{ _('Friendly Captcha site key') }}

{{ _('Friendly Captcha API key') }}

{% include 'snippets/admin/saveBtn.html' %}
{% endblock %} {% block _scripts %} {% endblock %}