{% extends "base.html" %} {% block title %}Notifications{% endblock %} {% block content %}

Notifications {% if unread_count > 0 %} {{ unread_count }} unread {% endif %}

Preferences {% if unread_count > 0 %}
{% endif %}
{# ── Filter tabs ── #} {# ── Notification list ── #} {% if notifications.items %}
{# ── Pagination ── #} {% if notifications.pages > 1 %} {% endif %} {% else %}

No notifications found.

{% endif %} {% endblock %} {% block extra_js %} {% endblock %}