From 5e906ed7b29fbb3008ce6a614c405016b4342a2f Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 5 Sep 2016 19:54:58 +0200 Subject: Sheets: add missing links to persons (refs #3083) --- .../templates/ishtar/sheet_file.html | 55 ++++++++++++---------- 1 file changed, 30 insertions(+), 25 deletions(-) (limited to 'archaeological_files/templates') diff --git a/archaeological_files/templates/ishtar/sheet_file.html b/archaeological_files/templates/ishtar/sheet_file.html index 782a7656d..9c42c8f76 100644 --- a/archaeological_files/templates/ishtar/sheet_file.html +++ b/archaeological_files/templates/ishtar/sheet_file.html @@ -13,16 +13,17 @@

{% trans "General"%}

-{% field "Year" item.year "" "" %} -{% field "Numerical reference" item.numeric_reference "" "" %} -{% field "Other reference" item.internal_reference %} -{% field "Name" item.name %} +

{% trans "Localisation"%}

{% if item.towns.count %}

{{ item.towns.all|join:", " }}

{% endif %} @@ -58,27 +60,30 @@ {% if item.is_preventive %}

{% trans "Preventive archaelogical file"%}

-{% if item.total_developed_surface %}

{{ item.total_developed_surface }} m2 ({{ item.total_developed_surface_ha }} ha)

{% endif %} + {% else %}

{% trans "Research archaeology"%}

-- cgit v1.2.3