From ca96ba913e423f94f017ab9fd2530e6e4d480f3d Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 4 Apr 2013 18:48:14 +0200 Subject: Operation sheet: group parcels by sections - add parcels to File sheet (refs #1193) --- archaeological_operations/templates/ishtar/sheet_operation.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'archaeological_operations/templates') diff --git a/archaeological_operations/templates/ishtar/sheet_operation.html b/archaeological_operations/templates/ishtar/sheet_operation.html index 1698f0224..491304125 100644 --- a/archaeological_operations/templates/ishtar/sheet_operation.html +++ b/archaeological_operations/templates/ishtar/sheet_operation.html @@ -61,15 +61,15 @@ {% trans "Commune" %} {% trans "Year" %} {% trans "Section" %} - {% trans "Parcel" %} + {% trans "Parcels" %} {#{% trans "Owner" %}#} - {% for parcel in item.parcels.all %} + {% for parcel in item.grouped_parcels %} {{parcel.town}} {{parcel.year}} {{parcel.section}} - {{parcel.parcel_number}} + {{parcel.parcel_numbers|join:", "}} {#{{operation.parcel.owner}}#} {% empty %} @@ -78,7 +78,7 @@ - + -- cgit v1.2.3
{%trans "Admninistrative acts"%}{%trans "Administrative acts"%}
{% trans "Year" %} {% trans "Reference" %}