{% extends 'dashboard/layout.html' %} {% load currency_filters %} {% block body_class %}catalogue{% endblock %} {% block title %} Stock alerts | {{ block.super }} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block header %} {% endblock header %} {% block dashboard_content %} {% comment %}
{% include "partials/form_fields.html" with form=form %}
{% endcomment %}

Filter

All Open Closed

{{ description }}

{% if alerts %} {% for alert in alerts %} {% endfor %}
Product Partner Low stock threshold Current available stock Date alert raised Status
{{ alert.stockrecord.product.get_title }} {{ alert.stockrecord.partner.name }} {{ alert.stockrecord.low_stock_threshold }} {{ alert.stockrecord.net_stock_level }} {{ alert.date_created }} {{ alert.status }} Update
{% else %}

No stock alerts found.

{% endif %} {% endblock dashboard_content %}