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