{% extends "oscar/customer/baseaccountpage.html" %} {% load i18n %} {% block extra_breadcrumbs %} {% endblock %} {% block tabcontent %} {% if notification.sender %} {% endif %} {% if notification.body %} {% else %} {% endif %}
{% trans 'Sender' %} {{ notification.sender }}
{% trans 'Date sent' %} {{ notification.date_sent }}
{% trans 'Subject' %} {{ notification.subject|safe }}
{% trans 'Body' %} {{ notification.body }}
{% trans 'Message' %} {{ notification.subject|safe }}
{% trans 'Return to notifications inbox' %}
{% endblock tabcontent %}