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

BLENDING PLATFORM

Joined Blends Dashboard


{% if data %}
{% for r in data %} {% endfor %}
AREA BLEND PRODUCT COMMENT RECORDED BY RECORDED AT
{{r.line_sachet_area}} {{r.line_sachet}} {{r.blend_number}} {{r.blend.product}} {{r.comment}} {{r.created_by}} {{r.datetime_created}}
{% if R.has_other_pages %} {% endif %}
{% else %}

No Data in the Blend File

{% endif %}

{% endblock %}