From 2319c633a92965b045f1c34810dd605d08d16a10 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 22 Aug 2013 08:32:44 +0200 Subject: Add columns to find list (refs #1325) --- .../templates/ishtar/sheet_contextrecord.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'archaeological_context_records') diff --git a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html index 41e8ebe2a..38c8d2160 100644 --- a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html +++ b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html @@ -108,6 +108,8 @@ {% trans "Weight" %} {% trans "Numbers" %} {% trans "Parcel" %} + {% trans "Container ref." %} + {% trans "Warehouse" %}   {% for find in item.base_finds.all %} @@ -123,6 +125,8 @@ {{ find.get_last_find.weight|default:"" }} {{ find.get_last_find.item_number }} {{ item.context_record.parcel.short_label }} + {{ find.get_last_find.container.reference|default:""}} + {{ find.get_last_find.container.location|default:""}} {% trans "Details" %} {#{%trans "Details"%}#} -- cgit v1.2.3