{% load i18n %}
{% blocktrans with t=form.email_text|linebreaks|safe %}{{ t }}{% endblocktrans %}
{% 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 %}