{% if thread_budget_list %} {% for thread_budget in thread_budget_list %} {{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 %} {% endfor %} {% endif %}