{% extends "base.html" %} {% load static %} {% block content %}

Create Disassembly Process

{% csrf_token %} {{ formset.management_form }}
{{ form.scrap_engine }}
{{ form.quantity_used }}
{{ form.processing_cost }}
{{ form.job }}

Finished Products
{% for form in formset %} {% for hidden in form.hidden_fields %} {{ hidden }} {% endfor %} {% endfor %}
Product Quantity Price Total Remove
{{ form.product }} {{ form.quantity }} {{ form.cost_allocated }}
Cancel
{% endblock %}