diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-05-07 10:39:18 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-05-07 10:39:18 +0200 |
commit | 570e5aad8f16c0c41286ba139887519a7fd7ba92 (patch) | |
tree | 3d4bc475576377901d85ae9b72ae956815474c9c /archaeological_operations/templates/ishtar/sheet_operation.html | |
parent | 4a09e2e50f3a6e4b10b8ee45e4f82aaa3f4095a8 (diff) | |
download | Ishtar-570e5aad8f16c0c41286ba139887519a7fd7ba92.tar.bz2 Ishtar-570e5aad8f16c0c41286ba139887519a7fd7ba92.zip |
Sheets: display parcel address
Diffstat (limited to 'archaeological_operations/templates/ishtar/sheet_operation.html')
-rw-r--r-- | archaeological_operations/templates/ishtar/sheet_operation.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_operations/templates/ishtar/sheet_operation.html b/archaeological_operations/templates/ishtar/sheet_operation.html index 2afdb6c4c..88fa2356a 100644 --- a/archaeological_operations/templates/ishtar/sheet_operation.html +++ b/archaeological_operations/templates/ishtar/sheet_operation.html @@ -302,7 +302,7 @@ {% dynamic_table_document archaeologicalsites_label 'sites' 'operations' item.pk '' output %} {% endif %} - {% if item.grouped_parcels %} + {% if item.parcels.count %} {% trans "Associated parcels" as parcels_label %} {% include "ishtar/blocks/window_tables/parcels.html" %} {% endif %} |