{% extends email_html_theme %} {% load cms_forms_tags i18n %} {% block email_content %} {% render_notification_text email_notification 'body_html' as html_message %} {% if html_message %} {{ html_message|safe }} {% else %}

{% blocktrans %}Form name: {{ form_name }}{% endblocktrans %}

{% include "cms_forms/emails/includes/form_data.html" %} {% endif %} {% endblock email_content %}