{% extends 'email_interface/testing/base.html' %} {% load crispy_forms_tags %} {% load thumbnail %} {% load i18n %} {% block head %}
{% if mail.html_content %} {{ mail.html_content|safe }} {% else %} {{ mail.text_content }} {% endif %}