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