{% if thread_cost_list %} {% for thread_cost in thread_cost_list %} {{forloop.counter}} {{ thread_cost.thread.name }} {{ thread_cost.thread.total_uses}} {{ thread_cost.thread.unit}} {{ thread_cost.cost_per_unit}} {{ thread_cost.total_cost}} {% endfor %} {% endif %}