{% extends "marchant_base.html" %} {% load static %} {% load crispy_forms_tags %} {% load widget_tweaks %} {% block title %} Trim Budget {% endblock title %} {% block Style %} {% endblock Style %} {% block MainContent %}
{% if messages %} {% for message in messages %} {% endfor %} {% endif %}

{{style.style_number}}

Trim Budget

{{ form.trim|as_crispy_field }}
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
{% if trim_budget_list %} {% for trim_budget in trim_budget_list %} {% endfor %} {% endif %}
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 %}
  • {% comment %}
  • {% endcomment %}
{% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}