{% load rapid_prototyping_tags %} {% for item in costs %} {{ item.id }} {{ item.task }} {{ item.time }} {{ item.time|calculate_costs:HOURLY_RATE }} {% endfor %}