{% extends "base.html" %} {% load static %} {% block title %}{{ title }}{% endblock %} {% block content %}
{% csrf_token %}
{{ form.material_name }} {% if form.material_name.errors %}
{{ form.material_name.errors }}
{% endif %}
{{ form.status }} {% if form.status.errors %}
{{ form.status.errors }}
{% endif %}
{% endblock %}