subject = "Contact form notification" == Hello, this is a notification from a Contact form. {% if fields|length %} Sent form content: {% for key,value in fields %} {% endfor %}
{{ key|upper }} {{ value|raw|nl2br }}
{% endif %} Best regards, Contact form ==

Hello,

this is a notification from a Contact form.

{% if fields|length %}

Sent form content:

{% for key,value in fields %} {% endfor %}
{{ key|upper }} {{ value|raw|nl2br }}
{% endif %}

Best regards,
Contact form