{% extends "ievv_developemail/admin/base.django.html" %} {% block content %} {% with html_message=developemail.html_message %} {% if html_message %} {{ html_message|safe }} {% else %}

No html message

{% endif %} {% endwith %} {% endblock content %}