{% extends "panel.html" %} {% load i18n %} {% load inventree_extras %} {% block label %}history{% endblock label %} {% block heading %} {% trans "Notification History" %} {% endblock heading %} {% block actions %}
{% trans "Delete Notifications" %}
{% endblock actions %} {% block content %}
{% include "filter_list.html" with id="notifications-history" %}
{% endblock content %}