{% extends "oscar/customer/baseaccountpage.html" %} {% load i18n %} {% block tabcontent %}
{% if notifications %} {% include "oscar/partials/pagination.html" %} {% include "oscar/partials/pagination.html" %} {% else %}{% trans "There are no notifications to display." %}
{% endif %} {% endblock tabcontent %} {% block onbodyload %} {{ block.super }} oscar.notifications.init(); {% endblock %}