From 767b262c162125fea24025ea15006f5f3e9d0cb8 Mon Sep 17 00:00:00 2001 From: Sanj Date: Sun, 22 Apr 2012 17:39:56 +0530 Subject: [PATCH] add no of goods col --- manifests/templates/shipList.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/manifests/templates/shipList.html b/manifests/templates/shipList.html index cd59591..b63b777 100644 --- a/manifests/templates/shipList.html +++ b/manifests/templates/shipList.html @@ -81,7 +81,8 @@ No of results: {{ no_of_results }}   displaying page {{ page }} of {{ no_of Captain Owner Port - Country + Country + No of Goods {% for s in ships %} @@ -93,10 +94,11 @@ No of results: {{ no_of_results }}   displaying page {{ page }} of {{ no_of {{ s.get_owner }} {{ s.port }} {{ s.country|default:"" }} + {{ s.no_of_goods }} - + {% for good in s.good_set.all %}