{% extends "base.html" %} {% load static %} {% block title %}New Material{% endblock %} {% block content %}

Add Product

{% comment %}

Add New Product

{% endcomment %}
{% csrf_token %}
Please provide a product code.
{{ form.material_type }}
{{ form.unit_of_measurement }}
{{ form.min_stock_level }}
{{ form.description }}
Cancel
{% endblock %}