{% extends "oscar/communication/notifications/list.html" %} {% load i18n %} {% block tabcontent %} {% if notifications %}
{% include "oscar/partials/pagination.html" %} {% else %}{% trans "There are no notifications to display." %}
{% endif %} {% endblock tabcontent %}