{% load i18n %}
{% if body_text %}
{% autoescape off %}
{{ body_text }}
{% endautoescape %}
{% else %}
{% blocktranslate %}Form name: {{ form_name }}{% endblocktranslate %}
{% include "aldryn_forms/emails/includes/form_data.txt" %}
{% endif %}
