From a9a1a82a5cc32ea8e5b7a8051de5ff4cd0c6fdc7 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 21 Jul 2014 12:11:57 +0200 Subject: Improve layout of parcels --- .../templates/ishtar/sheet_operation.html | 24 +++------------------- 1 file changed, 3 insertions(+), 21 deletions(-) (limited to 'archaeological_operations/templates/ishtar/sheet_operation.html') diff --git a/archaeological_operations/templates/ishtar/sheet_operation.html b/archaeological_operations/templates/ishtar/sheet_operation.html index 098bbd72b..0b5e58d56 100644 --- a/archaeological_operations/templates/ishtar/sheet_operation.html +++ b/archaeological_operations/templates/ishtar/sheet_operation.html @@ -80,27 +80,9 @@

{{ item.lambert_y }}

{{ item.altitude }}

{% endcomment %} - - - - - - - - {##} - - {% for parcel in item.grouped_parcels %} - - - - - - {##} - - {% empty %} - - {% endfor %} -
{%trans "Associated parcels"%}
{% trans "Commune" %}{% trans "Year" %}{% trans "Section" %}{% trans "Parcels" %}{% trans "Owner" %}
{{parcel.town}}{{parcel.year}}{{parcel.section}}{{parcel.parcel_numbers|join:", "}}{{operation.parcel.owner}}
{% trans "No parcel associated to this operation" %}
+ +{% trans "Associated parcels" as parcels_label %} +{% include "ishtar/blocks/window_tables/parcels.html" %} {% trans "Administrativ acts" as administrativeacts_label %} {% table_administrativact administrativeacts_label item.administrative_act.all %} -- cgit v1.2.3