{% extends 'base.html' %} {% load static %} {% block title %} Dispute Dashboard | IQChem {% endblock %} {% block content %}

DISPUTES DASHBOARD

Chemical Section Platform


{% if disputes|length > 0 %} {% for r in disputes %} {% endfor %}
REFERENCE MATERIAL SUPPLIER DATE DISPUTE STATUS
{{r.reference}} {{r.material}} {{r.supplier}} {{r.datetime_created}} {{r.dispute}} {{r.status}}
{% if disputes.has_other_pages %} {% endif %} {% else %}
NO OPEN DISPUTE FOUND
{% endif %}

{% endblock %}