{% extends "layout.html" %} {% load i18n %} {% block title %} {{ title }} | {{ block.super }} {% endblock %} {% block breadcrumbs %}
{% endblock %} {% block headertext %} {{ title }} {% endblock %} {% block content %} {% if notifications %} {% if page_obj %} {% include "partials/pagination.html" %} {% endif %} {% if page_obj %} {% include "partials/pagination.html" %} {% endif %} {% else %}{% trans "There are no notifications to display." %}
{% endif %} {% endblock content %} {% block onbodyload %} oscar.notifications.init(); {% endblock %}