{% load i18n %} {% with settings.coderedcms.LayoutSettings as ls %} {% if page.spam_protection and ls.spam_service == ls.SpamService.HONEYPOT %} {% elif page.spam_protection and ls.spam_service == ls.SpamService.RECAPTCHA_V2 %}
{% endif %} {% if page.spam_protection and ls.spam_service == ls.SpamService.RECAPTCHA_V3 %} {% else %} {% endif %} {% endwith %}