From 22f0ebd9873ea5eebbb0e8f2ef69fdee068bf0d1 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 24 Feb 2016 01:58:25 +0100 Subject: Fix dynamic table display in ODT and PDF --- .../ishtar/blocks/window_tables/static_documents.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ishtar_common/templates/ishtar/blocks/window_tables/static_documents.html (limited to 'ishtar_common/templates/ishtar/blocks/window_tables/static_documents.html') diff --git a/ishtar_common/templates/ishtar/blocks/window_tables/static_documents.html b/ishtar_common/templates/ishtar/blocks/window_tables/static_documents.html new file mode 100644 index 000000000..d6686b553 --- /dev/null +++ b/ishtar_common/templates/ishtar/blocks/window_tables/static_documents.html @@ -0,0 +1,11 @@ +{% load i18n %} + + + + {% for col in col_names %} + {% endfor %} + {% for item in data %} + {% for value in item %} + {%endfor%} + {% endfor %} +
{{caption}}
{% trans col %}
{{value}}
-- cgit v1.2.3