From b64b199715c3f424762d54f848749ead11434096 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 18 Oct 2017 12:58:54 +0200 Subject: Json fields: adapt main sheets to display dynamic json fields (refs #3077) --- archaeological_files/templates/ishtar/sheet_file.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'archaeological_files') diff --git a/archaeological_files/templates/ishtar/sheet_file.html b/archaeological_files/templates/ishtar/sheet_file.html index 6d64a975f..6eda1124a 100644 --- a/archaeological_files/templates/ishtar/sheet_file.html +++ b/archaeological_files/templates/ishtar/sheet_file.html @@ -44,6 +44,8 @@ {% field "Comment" item.comment "
" "
" %} +{% include "ishtar/blocks/sheet_json.html" %} +

{% trans "Localisation"%}

{% if item.towns.count %}

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

{% endif %} {% if item.departments.count %}

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

{% endif %} -- cgit v1.2.3