{% extends 'base.html' %} {% block title %}{% if contract %}Edit Contract{% else %}New Contract{% endif %}{% endblock %} {% block content %}
Dashboard / Contracts / {% if contract %}Edit {{ contract.contract_no }}{% else %}New Contract{% endif %}
+ Manage customers
Optional
Allocate qty to one or more factories. Total is auto-calculated.
{% if contract_allocations %} {% for a in contract_allocations %}
{% endfor %} {% else %}
{% endif %}
Total Declared Qty: 0 kg
Optional – multiple materials can be linked.
{% if contract_materials %} {% for cm in contract_materials %}
{% endfor %} {% else %}
{% endif %}
Cancel
{% endblock %} {% block scripts %} {% endblock %}