From df77b7b296b6089b615955730e12f1bbd2a74f06 Mon Sep 17 00:00:00 2001 From: Le Jeune Yann Date: Tue, 1 Mar 2011 10:27:15 +0100 Subject: modif of sheet-ope proto template --- ishtar/templates/sheet_ope.html | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/ishtar/templates/sheet_ope.html b/ishtar/templates/sheet_ope.html index 1a8b1d40e..37ddece93 100644 --- a/ishtar/templates/sheet_ope.html +++ b/ishtar/templates/sheet_ope.html @@ -72,7 +72,7 @@ {{operation.parcel.owner}} {% empty %} - {% trans "No parcel associated to this operation" %} + {% trans "No parcel associated to this operation" %} {% endfor %} @@ -102,18 +102,23 @@ {%trans "Recording Units"%} {% trans "Label" %} - {% trans "Datations" %} {% trans "Type" %} + {% trans "Chronology" %} + {% trans "Description" %} + {% trans "Parcel" %} +   - {% for act in item.administrative_act.all %} + {% for record_unit in item.record_unit.all %} {{ record_unit.label }} - {{ record_unit.period.all|join:", " }} {{record_unit.unit_type}} - {{act.signature_date}} + {{ record_unit.period.all|join:", " }} + {{ record_unit.description }} + {{ record_unit.section_and_parcel }} + {% trans "Details" %} {% empty %} - {% trans "No recording unit associated to this operation" %} + {% trans "No recording unit associated to this operation" %} {% endfor %} -- cgit v1.2.3