{% extends "oscar/customer/baseaccountpage.html" %} {% load i18n %} {% block extra_breadcrumbs %}
{% trans 'Sender' %} | {{ notification.sender }} |
---|---|
{% trans 'Date sent' %} | {{ notification.date_sent }} |
{% trans 'Subject' %} | {{ notification.subject|safe }} |
{% trans 'Body' %} | {{ notification.body }} |
{% trans 'Message' %} | {{ notification.subject|safe }} |