From 479d50a4c39d97329467d8ce7ba8fe8ac929f65c Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 22 May 2019 16:03:07 +0200 Subject: Find basket window: display related treatments files --- .../ishtar/blocks/window_field_flex_detail_multiple.html | 8 ++++++++ .../ishtar/blocks/window_field_flex_detail_multiple_full.html | 9 +++++++++ 2 files changed, 17 insertions(+) create mode 100644 ishtar_common/templates/ishtar/blocks/window_field_flex_detail_multiple.html create mode 100644 ishtar_common/templates/ishtar/blocks/window_field_flex_detail_multiple_full.html (limited to 'ishtar_common/templates') diff --git a/ishtar_common/templates/ishtar/blocks/window_field_flex_detail_multiple.html b/ishtar_common/templates/ishtar/blocks/window_field_flex_detail_multiple.html new file mode 100644 index 000000000..b6faa0cc1 --- /dev/null +++ b/ishtar_common/templates/ishtar/blocks/window_field_flex_detail_multiple.html @@ -0,0 +1,8 @@ +{% load i18n %}{% if data %} +
+
{% trans caption %}
+
{% for d in data %} + {% if forloop.counter0 %} ; {% endif %}{{d.link}} {{ d.item }} + {% endfor %}
+
+{% endif %} diff --git a/ishtar_common/templates/ishtar/blocks/window_field_flex_detail_multiple_full.html b/ishtar_common/templates/ishtar/blocks/window_field_flex_detail_multiple_full.html new file mode 100644 index 000000000..12ab9d524 --- /dev/null +++ b/ishtar_common/templates/ishtar/blocks/window_field_flex_detail_multiple_full.html @@ -0,0 +1,9 @@ +{% load i18n %}{% if data %} +
+
{% trans caption %}
+
{% for d in data %} + {% if forloop.counter0 %} ; {% endif %}{{d.link}} {{ d.item }} + {% endfor %}
+
+{% endif %} + -- cgit v1.2.3