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

BLENDING ADMINISTRATOR PLATFORM

Ingredients for Blend {{b.blend_number}} Administration Dashboard


{% if data %}
INGREDIENTS FOR BLEND : {{b.blend_number}} / {{b.blend_number_2}}

PRODUCT : {{b.product}}

TANK : {{b.tank_number}}

{% else %}

No {{ lk|upper }}

{% endif %}

{% endblock %}