{{ form.email_text|safe }} {% comment %} {# removed to prevent user from submitted someone elses email address and sending them content with links (spam) #} {% for field in fields %} {% if field.include_in_email %}
{{ field.field.label }}: {{ field.value }}
{% endif %} {% endfor %} {% endcomment %}