{% load i18n %}
{% if config.title %}

{{ config.title }}

{% endif %} {% if config.subtitle %}

{{ config.subtitle }}

{% endif %} {% if request.GET.submitted == block.id|stringformat:"s" %}
{{ config.success_message|default:_("Thanks — we'll be in touch.") }}
{% else %}
{% csrf_token %}
{# Honeypot: real submissions leave this empty. Bots fill it = silently dropped. #}
{% endif %}