{% extends 'django_spire/notification/app/scroll/scroll.html' %} {% block scroll_queryset_unique_name %}notifications{% endblock %} {% block scroll_queryset_filter_field %}notification__title{% endblock %} {% block scroll_queryset_order_by_field %}-notification__sent_datetime{% endblock %} {% block increment %}25{% endblock %} {% block scroll_content_style %}max-height: 60vh; overflow-y: auto; overflow-x: hidden; overscroll-behavior: contain;{% endblock %} {% block scroll_header %}
Sort by
{% endblock %}