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

{{style.style_number}}:

Thread Budget

{{ form.thread|as_crispy_field }}
Count 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 thread_budget_list %} {% for thread_budget in thread_budget_list %} {% endfor %} {% endif %}
SL Count Description Supplier Total Uses Unit Negotiated Price Quantity Total Cost Action
{{forloop.counter}} {{ thread_budget.thread.thread.thread.count }} {{ thread_budget.thread.thread.thread.description }} {{ thread_budget.supplier }} {{ thread_budget.thread.thread.total_uses }} {{ thread_budget.thread.thread.unit}} {{ thread_budget.negotiated_price}} {{ lot_number_quantity }} {% widthratio thread_budget.total_cost 1 lot_number_quantity %}
  • {% comment %}
  • {% endcomment %}
{% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}