{{ 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 %}
{% blocktrans with l=field.field.label %}{{ l }}{% endblocktrans %}: {% blocktrans with v=field.value %}{{ v }}{% endblocktrans %}
{% endif %} {% endfor %} {% endcomment %}