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

My Products

{% if products|length > 0 %} {% for product in products %} {% endfor %} {% else %}
Click the "Create" button to get started!
{%endif%}
{{ product.name }}
Estimated cost: ${{product.cost_price|floatformat:2}}
Estimated labor time: {{product.value|floatformat:3}} h
{% endblock %}