{% extends 'admin/base.html' %} {% block _title %}{{ _('Anti-spam') }}{% endblock %} {% set antispam_link = 'active' %} {% block _content %}
{{ _('Protect your {} instance from spammers').format(const.appName) }}
{{ _('Warning') }}
{{ _("It's highly encouraged to keep anti-spam enabled, otherwise you could become a target of a spam attack.") }} {#- i hate quotes and their issues #} {{ _("If you don't want your visitors to worry about completing a CAPTCHA, some providers have 'non-interactive' and 'invisible' CAPTCHA variants.") }}
{{ _('Anti-spam type to use') }}
{{ _('reCAPTCHA site key') }}
{{ _('reCAPTCHA secret key') }}
{{ _('Turnstile site key') }}
{{ _('Turnstile secret key') }}
{{ _('Friendly Captcha site key') }}
{{ _('Friendly Captcha API key') }}