{% if thread_budget_list %} {% for thread_budget in thread_budget_list %} {{forloop.counter}} {{ thread_budget.thread.thread.count }} {{ thread_budget.thread.thread.description }} {{ thread_budget.supplier }} {{ thread_budget.thread.thread.total_uses }} {{ thread_budget.thread.thread.unit}} {{ thread_budget.negotiated_price}} {{ thread_budget.total_cost|floatformat:4}} {% endfor %} {% endif %}