{% extends "marchant_base.html" %} {% load static %} {% load crispy_forms_tags %} {% load widget_tweaks %} {% block title %}
Trim Budget
Item | Description | Supplier | Total Uses | Unit | Negotiated Price | Quantity | Total Cost | Action |
---|---|---|---|---|---|---|---|---|
{% render_field form.supplier class="form-control" %} | {% render_field form.negotiated_price type="number" class="form-control" %} | 0 |
SL | Item | Description | Supplier | Total Uses | Unit | Negotiated Price | Quantity | Total Cost | Action |
---|---|---|---|---|---|---|---|---|---|
{{forloop.counter}} | {{ trim_budget.trim.trim.trim.name }} | {{ trim_budget.trim.trim.trim.description }} | {{ trim_budget.supplier }} | {{ trim_budget.trim.trim.total_uses }} | {{ trim_budget.trim.trim.unit}} | {{ trim_budget.negotiated_price}} | {{ lot_number_quantity }} | {% widthratio trim_budget.total_cost 1 lot_number_quantity %} |