Items

{% for item in project.items.all %} {% with work=item.work %} {{ item.work.name }} {% endwith %} {% empty %} There are no items listed yet for this project - please check back later... {% endfor %}