{% extends 'base.html' %} {% block content %}

Products > Products containing errors

{% if products|length > 0 %} {% for product in products %} {% endfor %} {% else %}
No errors detected in graph.
{%endif%}
{{ product.name }}
Estimated cost: ${{product.cost_price|floatformat:2}}
Estimated labor time: {{product.value|floatformat:3}} h
{% endblock %}