{% extends "oscar/communication/notifications/list.html" %} {% load i18n %} {% block tabcontent %} {% if notifications %}
{% csrf_token %}
{% if list_type == 'inbox' %} {% endif %}
{% for notification in notifications %} {% endfor %}
{% include "oscar/partials/pagination.html" %} {% else %}

{% trans "There are no notifications to display." %}

{% endif %} {% endblock tabcontent %}