{% extends "customer/baseaccountpage.html" %} {% load i18n %} {% block extra_breadcrumbs %}
  • {% trans 'Notifications inbox' %}
  • {% 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 %}