From 35f9cbb4d247efe038bbc3507bd8c8c056735ca8 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 2 Jan 2019 10:18:44 +0100 Subject: Work on M2M historization --- .../ishtar/blocks/window_field_flex_historized_multiple.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ishtar_common/templates/ishtar/blocks/window_field_flex_historized_multiple.html (limited to 'ishtar_common/templates') diff --git a/ishtar_common/templates/ishtar/blocks/window_field_flex_historized_multiple.html b/ishtar_common/templates/ishtar/blocks/window_field_flex_historized_multiple.html new file mode 100644 index 000000000..a68bd0cb4 --- /dev/null +++ b/ishtar_common/templates/ishtar/blocks/window_field_flex_historized_multiple.html @@ -0,0 +1,8 @@ +{% load i18n %}{% if data %} +
+
{% trans caption %}
+
{% for d in data %} + {% if forloop.counter0 %} ; {% endif %}{{ d }} + {% endfor %}
+
+{% endif %} -- cgit v1.2.3