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