From d409bc5da81eff3cd1f8459263b99d4f61a07272 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 27 Dec 2022 11:55:34 +0100 Subject: Syndication - table: add export button et "Expand table" --- ishtar_common/templates/blocks/DataTables.html | 42 +++++++++++++++++++------- 1 file changed, 31 insertions(+), 11 deletions(-) (limited to 'ishtar_common/templates/blocks/DataTables.html') diff --git a/ishtar_common/templates/blocks/DataTables.html b/ishtar_common/templates/blocks/DataTables.html index 95ebbbc6b..8ef1a5403 100644 --- a/ishtar_common/templates/blocks/DataTables.html +++ b/ishtar_common/templates/blocks/DataTables.html @@ -25,6 +25,25 @@ +{% for source_id, source_label, source_url in external_sources %} + +{% endfor %} + {% if external_sources %} {% include "blocks/DataTables-external-sources.html" %} {% endif %} @@ -36,21 +55,22 @@