{% extends 'base.html' %} {% load static %} {% block title %}Dashboard | IQBlending{% endblock %} {% block content %}
Joined Blends Dashboard
| 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}} |