{% macro showReceptchaAlert(recaptchaSet) %} {% if not recaptchaSet %}
{{ 'alert_recaptcha_not_set'|trans({ '{link}' : path('admin_configuration_set', {'slug': 'google-recaptcha'}), }, 'admin')|raw }}
{% endif %} {% endmacro %}