{% extends "layout.html" %} {% load currency_filters %} {% load thumbnail %} {% load i18n %} {% block body_class %}account-pages{% endblock %} {% block breadcrumbs %}
{% endblock %} {% block title %} {% trans 'Email detail' %} | {{ block.super }} {% endblock %} {% block headertext %} {% trans 'Account' %} {% endblock %} {% block subnavigation %} {% include "partials/nav_profile.html" with email_history="active" %} {% endblock %} {% block subheader %}{% trans 'Date sent' %} | {{ email.date_sent }} |
---|---|
{% trans 'Subject' %} | {{ email.subject }} |
{% trans 'Body' %} | {{ email.body_html|safe }} |