{% extends "panel.html" %} {% load i18n %} {% load inventree_extras %} {% block label %}inbox{% endblock label %} {% block heading %} {% trans "Pending Notifications" %} {% endblock heading %} {% block actions %}
{% trans "Mark all as read" %}
{% endblock actions %} {% block content %}
{% include "filter_list.html" with id="notifications-inbox" %}
{% endblock content %}